feat: niri, waybar ricing
This commit is contained in:
parent
3e43aed875
commit
328ecdffc3
11 changed files with 780 additions and 92 deletions
|
@ -1,5 +1,5 @@
|
|||
# cli programs should be available on servers and desktop
|
||||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.zsh.enable = true;
|
||||
programs.fzf = {
|
||||
|
@ -7,16 +7,6 @@
|
|||
keybindings = true;
|
||||
};
|
||||
|
||||
# programs.neovim = {
|
||||
# enable = true;
|
||||
# defaultEditor = true;
|
||||
# package = pkgs.neovim;
|
||||
# viAlias = true;
|
||||
# vimAlias = true;
|
||||
#};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
ansible
|
||||
atuin
|
||||
|
@ -50,7 +40,9 @@
|
|||
mpc-cli
|
||||
mpd
|
||||
mpv
|
||||
mtr
|
||||
neofetch
|
||||
netcat-gnu
|
||||
nixd
|
||||
neovim
|
||||
ollama
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue