Compare commits
2 Commits
c9fc3475e4
...
0839c70c8a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0839c70c8a | ||
|
|
e21e87d195 |
@ -7,6 +7,6 @@ in
|
|||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
modules.common.module
|
modules.common.module
|
||||||
modules.nixos.desktop.xfce # Desktop Enviroment
|
#modules.nixos.desktop.xfce # Desktop Enviroment
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@ -15,6 +15,8 @@ in
|
|||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
configType = "hyprlang";
|
||||||
|
|
||||||
# Config
|
# Config
|
||||||
settings = {
|
settings = {
|
||||||
# Variables
|
# Variables
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user