update configs!!!!!
This commit is contained in:
parent
ab286ed4a2
commit
c4ddee1d29
11 changed files with 107 additions and 315 deletions
33
home-manager/hyprland.nix
Normal file
33
home-manager/hyprland.nix
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{ ... }:
|
||||
{
|
||||
xdg.configFile = {
|
||||
"gtk-3.0" = {
|
||||
source = ../gtk-3.0;
|
||||
recursive = true;
|
||||
};
|
||||
"gtk-4.0" = {
|
||||
source = ../gtk-4.0;
|
||||
recursive = true;
|
||||
};
|
||||
hypr = {
|
||||
source = ../hypr;
|
||||
recursive = true;
|
||||
};
|
||||
rofi = {
|
||||
source = ../rofi;
|
||||
recursive = true;
|
||||
};
|
||||
swaync = {
|
||||
source = ../swaync;
|
||||
recursive = true;
|
||||
};
|
||||
wal = {
|
||||
source = ../wal;
|
||||
recursive = true;
|
||||
};
|
||||
waybar = {
|
||||
source = ../waybar;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue