diff options
author | Alex Auvolat <alex@adnab.me> | 2023-09-10 12:29:01 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-09-10 12:29:01 +0200 |
commit | d581b99f6c23a9bd21fc52027f4756abde295fbe (patch) | |
tree | 164f63a0d029d016c25a3fe8ed2fb8f8c9862ddc /nixos | |
parent | cce4a253a281d940e6979b61a38b335ffecd0faf (diff) | |
download | user-config-d581b99f6c23a9bd21fc52027f4756abde295fbe.tar.gz user-config-d581b99f6c23a9bd21fc52027f4756abde295fbe.zip |
more coherent set of icewm apps
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; }; |