test
This commit is contained in:
parent
a0ea7504e3
commit
1b07ec4d0d
3 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./${theme}/hyprland-conf.nix
|
./${theme}/hyprland-conf.nix
|
||||||
./${theme}/waybar-conf.nix
|
./${theme}/waybar-conf.nix
|
||||||
|
|
||||||
];
|
];
|
||||||
}
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
{ ...}: {
|
{ ...}: {
|
||||||
imports = [ ./scripts/waybar-scripts.nix ];
|
imports = [ ../waybar/scripts.nix ];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
# https://yewtu.be/watch?v=tWQB1NDDA9c
|
# https://yewtu.be/watch?v=tWQB1NDDA9c
|
Loading…
Reference in a new issue