feat(nix): Move all the gui stuff behind a bool

This commit is contained in:
uttarayan21
2024-04-04 21:51:27 +05:30
parent ae43c82e5c
commit 03a24ae5e6
13 changed files with 75 additions and 43 deletions

View File

@@ -35,13 +35,15 @@ in {
imports =
[
inputs.nix-index-database.hmModules.nix-index
./tmux.nix
./wezterm.nix
./kitty.nix
./gui.nix
./tmux.nix
./nvim.nix
./goread.nix
./ncmpcpp.nix
./zellij.nix
./kitty.nix
../modules
]
++ lib.optionals device.isLinux [../linux];
@@ -95,32 +97,14 @@ in {
(pkgs.mpv-unwrapped.override {sixelSupport = true;}) {})
]
++ lib.optionals device.isLinux [
ferdium
psst
sony-headphones-client
abaddon
rr
catppuccinThemes.gtk
catppuccinThemes.papirus-folders
gnome.seahorse
gnome.nautilus
nextcloud-client
sbctl
gparted
gptfdisk
polkit_gnome
dig
mullvad-vpn
mullvad-closest
mullvad-browser
steam-run
usbutils
handlr-regex
handlr-xdg
webcord-vencord
spotify
lsof
wl-clipboard
ncpamixer
]
++ lib.optionals device.isMac [];