From 91afd1085902289ba06521cd478c74289b0d7d71 Mon Sep 17 00:00:00 2001 From: coast Date: Sat, 4 Oct 2025 18:33:19 +0330 Subject: [PATCH] updates --- etc/nixos/flake.nix | 1 + etc/nixos/home.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/nixos/flake.nix b/etc/nixos/flake.nix index a4dce26..24a4e68 100644 --- a/etc/nixos/flake.nix +++ b/etc/nixos/flake.nix @@ -33,6 +33,7 @@ ln -s ${pkgs.neovim}/bin/nvim $out/bin/vim '') pkgs-unstable.firefox + adwaita-icon-theme ]; } ]; diff --git a/etc/nixos/home.nix b/etc/nixos/home.nix index dcc9240..1750fab 100644 --- a/etc/nixos/home.nix +++ b/etc/nixos/home.nix @@ -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 ]; 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 ]; in { home.username = "coast";