diff options
-rw-r--r-- | configuration.nix | 12 | ||||
-rw-r--r-- | features/wayland.nix | 11 |
2 files changed, 22 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 583487a..36100ec 100644 --- a/configuration.nix +++ b/configuration.nix @@ -33,10 +33,17 @@ in isNormalUser = true; extraGroups = [ "wheel" ]; packages = with pkgs; [ + nnn + shellcheck + ffmpeg-full + gnumake + rtorrent nixos-option - w3m + pass + gcc neofetch ps_mem + brightnessctl ]; }; services.getty.autologinUser = user; @@ -45,6 +52,8 @@ in environment = { binsh = "${pkgs.dash}/bin/dash"; systemPackages = with pkgs; [ + unzip + bc file openssl git @@ -52,6 +61,7 @@ in curl neovim wget + tree ]; }; system.stateVersion = "23.05"; diff --git a/features/wayland.nix b/features/wayland.nix index 2c55d8c..7c1c667 100644 --- a/features/wayland.nix +++ b/features/wayland.nix @@ -44,6 +44,11 @@ in sha256 = "1wns3g7r7g5gcc8vcrffrvvx1cfp33myb80l0p6pv6qaflvb5i0a"; }; })) + mpv + qemu + OVMFFull + element-desktop + firefox dbus-xdp-environment swaylock swayidle @@ -56,6 +61,12 @@ in mako wayland xdg-utils + imv + libnotify + wob + wlr-randr + nerdfonts + tor-browser-bundle-bin # gtk configure-gtk dracula-theme # gtk theme |