diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/common.nix | 1 | ||||
-rw-r--r-- | nixos/icewm.nix | 6 | ||||
-rw-r--r-- | nixos/kusanagi.nix | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index 5e802db..b3de0e6 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -208,6 +208,7 @@ in vlc mpv spotify + sonixd jellyfin-media-player nheko neochat diff --git a/nixos/icewm.nix b/nixos/icewm.nix index 4269baa..9d5e44d 100644 --- a/nixos/icewm.nix +++ b/nixos/icewm.nix @@ -10,6 +10,7 @@ pavucontrol networkmanagerapplet + arandr dmenu feh acpi @@ -17,10 +18,9 @@ sylpheed xfe libreoffice-still - xfce.thunar - xfce.thunar-volman - xfce.thunar-archive-plugin + pcmanfm xfce.ristretto epdfview + leafpad ]; } diff --git a/nixos/kusanagi.nix b/nixos/kusanagi.nix index 06bbe7f..1012415 100644 --- a/nixos/kusanagi.nix +++ b/nixos/kusanagi.nix @@ -105,6 +105,7 @@ in nur = import nurSrc { inherit pkgs; }; + chicago95 = import ./pkg_chicago95.nix { inherit pkgs; }; }; home-manager.users.lx = import ../nixpkgs/kusanagi.nix { inherit pkgs; }; |