mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-10 22:04:38 -05:00
feat: changed some shit up
This commit is contained in:
parent
4d8d534088
commit
241f8063cf
114 changed files with 1356 additions and 168 deletions
17
nixos/modules/hyprland/default.nix
Executable file
17
nixos/modules/hyprland/default.nix
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
imports =
|
||||
map
|
||||
(file: ./${file}.nix)
|
||||
[
|
||||
"geoclue2"
|
||||
"greetd"
|
||||
"network"
|
||||
"hypridle"
|
||||
"hyprland"
|
||||
"hyprlock"
|
||||
"regreet"
|
||||
# "swaylock"
|
||||
"thunar"
|
||||
"wayland"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue