Re-enable hyprland alongside plasma
This commit is contained in:
parent
1c66bd9361
commit
c1dfa4de99
|
@ -6,6 +6,7 @@
|
||||||
./hardware/bluetooth.nix
|
./hardware/bluetooth.nix
|
||||||
./locales/en_GB.nix
|
./locales/en_GB.nix
|
||||||
./desktop/plasma.nix
|
./desktop/plasma.nix
|
||||||
|
./desktop/hyprland.nix
|
||||||
./desktop/steam.nix
|
./desktop/steam.nix
|
||||||
./syncthing/Vanguard.nix
|
./syncthing/Vanguard.nix
|
||||||
./server/sshd.nix
|
./server/sshd.nix
|
||||||
|
|
|
@ -8,44 +8,46 @@
|
||||||
nomachine-client
|
nomachine-client
|
||||||
];
|
];
|
||||||
|
|
||||||
# xdg.configFile."hypr/hyprpaper.conf".source = ../desktop/config/hypr/hyprpaper-Vanguard.conf;
|
xdg.configFile."hypr/hyprpaper.conf".source = ../desktop/config/hypr/hyprpaper-Vanguard.conf;
|
||||||
# wayland.windowManager.hyprland.extraConfig = ''
|
wayland.windowManager.hyprland.extraConfig = ''
|
||||||
# source=./common.conf
|
source=./common.conf
|
||||||
|
|
||||||
# misc {
|
misc {
|
||||||
# vrr = 2
|
vrr = 2
|
||||||
# }
|
}
|
||||||
|
|
||||||
# monitor=DP-1,highrr,auto,1
|
monitor=DP-1,highrr,auto,1
|
||||||
# monitor=HDMI-A-1,highres,auto,2
|
monitor=HDMI-A-1,highres,auto,2
|
||||||
|
monitor=HDMI-A-2,highrr,auto,1
|
||||||
# exec-once = hyprpaper
|
monitor=,auto,auto,1
|
||||||
# exec-once = waybar
|
|
||||||
# '';
|
exec-once = hyprpaper
|
||||||
# programs.waybar = {
|
exec-once = waybar
|
||||||
# style = ''
|
'';
|
||||||
# @import 'common.css';
|
programs.waybar = {
|
||||||
# '';
|
style = ''
|
||||||
# settings = {
|
@import 'common.css';
|
||||||
# main = {
|
'';
|
||||||
# "include" = [
|
settings = {
|
||||||
# "~/.config/waybar/modules.json"
|
main = {
|
||||||
# "~/.config/waybar/layout.json"
|
"include" = [
|
||||||
# ];
|
"~/.config/waybar/modules.json"
|
||||||
# "modules-left" = [ "custom/launcher" "cpu" "memory" "temperature" ];
|
"~/.config/waybar/layout.json"
|
||||||
# "modules-center" = [ "wlr/workspaces" ];
|
];
|
||||||
# "modules-right" = [
|
"modules-left" = ["custom/launcher" "cpu" "memory" "temperature"];
|
||||||
# "pulseaudio"
|
"modules-center" = ["wlr/workspaces"];
|
||||||
# "bluetooth"
|
"modules-right" = [
|
||||||
# "network"
|
"pulseaudio"
|
||||||
# "backlight"
|
"bluetooth"
|
||||||
# "battery"
|
"network"
|
||||||
# "battery#bat2"
|
"backlight"
|
||||||
# "clock"
|
"battery"
|
||||||
# "tray"
|
"battery#bat2"
|
||||||
# "custom/power"
|
"clock"
|
||||||
# ];
|
"tray"
|
||||||
# };
|
"custom/power"
|
||||||
# };
|
];
|
||||||
# };
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue