[feat] Only add swayosd on linux

This commit is contained in:
uttarayan21
2024-03-04 22:37:10 +05:30
parent 7c4ad7fcc7
commit 8f3cc80e6a
5 changed files with 33 additions and 23 deletions

View File

@@ -12,9 +12,6 @@ in
] ++ (if device.isLinux then [ ../linux ] else [ ])
++ (if !lazy then [ ./nvim ] else [ ]);
services.swayosd.enable = true;
home.packages = with pkgs;
[
file
@@ -50,6 +47,8 @@ in
(nerdfonts.override { fonts = [ "Hasklig" ]; })
mpv
] ++ (if device.isLinux then [
gnome.nautilus
nextcloud-client
sbctl
gparted
gptfdisk