summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/icewm.nix13
-rw-r--r--nixos/wayfire.nix9
-rw-r--r--nixos/wmonly.nix9
3 files changed, 22 insertions, 9 deletions
diff --git a/nixos/icewm.nix b/nixos/icewm.nix
index b8b3e51..c90e8e6 100644
--- a/nixos/icewm.nix
+++ b/nixos/icewm.nix
@@ -11,4 +11,17 @@
nixpkgs.config.packageOverrides = pkgs: {
chicago95 = import ./pkg_chicago95.nix { inherit pkgs; };
};
+
+ environment.systemPackages = with pkgs; [
+ i3lock
+
+ epdfview
+ pcmanfm
+ xfce.ristretto
+ netsurf.browser
+ sylpheed
+ xfe
+ xarchiver
+ leafpad
+ ];
}
diff --git a/nixos/wayfire.nix b/nixos/wayfire.nix
index d0e9803..772902d 100644
--- a/nixos/wayfire.nix
+++ b/nixos/wayfire.nix
@@ -18,6 +18,15 @@
swayfx
swaybg
+ swayimg
bemenu
+
+ gnome.adwaita-icon-theme
+
+ gnome.nautilus
+ gnome.eog
+ gnome.gedit
+ gnome.file-roller
+ evince
];
}
diff --git a/nixos/wmonly.nix b/nixos/wmonly.nix
index c9bde38..d45c176 100644
--- a/nixos/wmonly.nix
+++ b/nixos/wmonly.nix
@@ -4,7 +4,6 @@
services.gvfs.enable = true;
environment.systemPackages = with pkgs; [
- i3lock
brightnessctl
pulseaudio
pavucontrol
@@ -16,15 +15,7 @@
dmenu
feh
acpi
- netsurf.browser
- sylpheed
- xfe
libreoffice-still
- pcmanfm
- xfce.ristretto
- xarchiver
- epdfview
- leafpad
geany
];
}