feat: switched back to hyprland

This commit is contained in:
Nick 2025-01-08 01:05:45 -06:00
parent dd99b3a827
commit b0dc23c7c0
144 changed files with 1347 additions and 477 deletions

View file

@ -6,6 +6,7 @@
kolourpaint
okular
partitionmanager
plasma-nm
;
inherit
(pkgs)
@ -13,9 +14,13 @@
gnome-calculator
gnome-disk-utility
gnome-software
gnome-characters
emote
gparted
usbimager
nomacs
jamesdsp
networkmanagerapplet
;
};
}

14
home/modules/misc/hyprland.nix Executable file
View file

@ -0,0 +1,14 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
alsa-utils
grim
slurp
wl-clipboard
wpaperd
swaylock
playerctl
;
};
}

View file

@ -3,22 +3,19 @@
inherit
(pkgs)
# Browsers
google-chrome
# Messaging
discord
element-desktop
signal-desktop
slack
vesktop
# Privacy
bitwarden
ledger-live-desktop
openvpn
protonvpn-gui
qbittorrent
protonvpn-cli_2
tor-browser
nicotine-plus
;

View file

@ -2,8 +2,8 @@
home.packages = builtins.attrValues {
inherit
(pkgs)
# shotcut
# syncplay
shotcut
syncplay
;
};
}