mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: switched back to hyprland
This commit is contained in:
parent
dd99b3a827
commit
b0dc23c7c0
144 changed files with 1347 additions and 477 deletions
|
@ -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
14
home/modules/misc/hyprland.nix
Executable file
|
@ -0,0 +1,14 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
alsa-utils
|
||||
grim
|
||||
slurp
|
||||
wl-clipboard
|
||||
wpaperd
|
||||
swaylock
|
||||
playerctl
|
||||
;
|
||||
};
|
||||
}
|
|
@ -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
|
||||
;
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
home.packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
# shotcut
|
||||
# syncplay
|
||||
shotcut
|
||||
syncplay
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue