This commit is contained in:
coast 2025-10-04 18:33:19 +03:30
parent ac71ee2529
commit 91afd10859
2 changed files with 2 additions and 1 deletions

View file

@ -33,6 +33,7 @@
ln -s ${pkgs.neovim}/bin/nvim $out/bin/vim ln -s ${pkgs.neovim}/bin/nvim $out/bin/vim
'') '')
pkgs-unstable.firefox pkgs-unstable.firefox
adwaita-icon-theme
]; ];
} }
]; ];

View file

@ -11,7 +11,7 @@
}; };
utilPkgs = with pkgs; [ alsa-utils nix-search-cli neofetch dysk nsxiv tree wl-clipboard appimage-run libnotify grim slurp yazi mate.caja htop nixpkgs-fmt ]; utilPkgs = with pkgs; [ alsa-utils nix-search-cli neofetch dysk nsxiv tree wl-clipboard appimage-run libnotify grim slurp yazi mate.caja htop nixpkgs-fmt ];
windowManagerPkgs = with pkgs; [ wmenu mako nsxiv autotiling nwg-look xorg.xkill ]; windowManagerPkgs = with pkgs; [ wmenu mako nsxiv autotiling nwg-look xorg.xkill ];
devPkgs = with pkgs; [ emacs-gtk gcc clang-tools ruby_3_4 nodejs ]; devPkgs = with pkgs; [ gcc clang-tools ruby_3_4 nodejs ];
otherPkgs = with pkgs; [ mpv vesktop wlr-randr swaybg ]; otherPkgs = with pkgs; [ mpv vesktop wlr-randr swaybg ];
in { in {
home.username = "coast"; home.username = "coast";