zenix hyprland fix
This commit is contained in:
parent
0ee1e0f605
commit
18eb67509a
2 changed files with 3 additions and 5 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
user = "tristan";
|
user = "tristan";
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
zenix = mkConf "zenix" { inherit nixpkgs system user home-manager; };
|
zenix = mkConf "zenix" { inherit nixpkgs system user home-manager hyprland; };
|
||||||
FCS-Tristan-Nixbook = mkConf "work" { inherit nixpkgs system user home-manager hyprland; };
|
FCS-Tristan-Nixbook = mkConf "work" { inherit nixpkgs system user home-manager hyprland; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -54,12 +54,10 @@
|
||||||
programs.mbsync.enable = true;
|
programs.mbsync.enable = true;
|
||||||
services.mbsync.enable = true;
|
services.mbsync.enable = true;
|
||||||
|
|
||||||
home.file.".config/hypr/hyprland.conf" = {
|
|
||||||
source = ./config/hypr.conf;
|
|
||||||
};
|
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
exec-once = swaybg -o DP-1 -i ~/Pictures/backgrounds/demonslayer.jpg -o HDMI-A-1 -i ~/Pictures/backgrounds/nier.jpg &
|
||||||
|
|
||||||
monitor = DP-1, 1920x1080@144,0x0, 1
|
monitor = DP-1, 1920x1080@144,0x0, 1
|
||||||
monitor = HDMI-A-1, 1920x1080@60, 1920x0,1
|
monitor = HDMI-A-1, 1920x1080@60, 1920x0,1
|
||||||
workspace = DP-1, 1
|
workspace = DP-1, 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue