Temp disable nextcloud (broken), comment out hyprland config for now
This commit is contained in:
parent
9a9aeaf8dd
commit
654676a809
|
@ -12,7 +12,7 @@
|
||||||
./server/sshd.nix
|
./server/sshd.nix
|
||||||
./server/adguardhome.nix
|
./server/adguardhome.nix
|
||||||
./server/gitea.nix
|
./server/gitea.nix
|
||||||
./server/nextcloud.nix
|
# ./server/nextcloud.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "Vanguard"; # Define your hostname.
|
networking.hostName = "Vanguard"; # Define your hostname.
|
||||||
|
|
|
@ -5,44 +5,44 @@
|
||||||
home.stateVersion = "22.11";
|
home.stateVersion = "22.11";
|
||||||
home.packages = with pkgs; [ prismlauncher ];
|
home.packages = with pkgs; [ prismlauncher ];
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
exec-once = hyprpaper
|
# exec-once = hyprpaper
|
||||||
exec-once = waybar
|
# exec-once = waybar
|
||||||
'';
|
# '';
|
||||||
programs.waybar = {
|
# programs.waybar = {
|
||||||
style = ''
|
# style = ''
|
||||||
@import 'common.css';
|
# @import 'common.css';
|
||||||
'';
|
# '';
|
||||||
settings = {
|
# settings = {
|
||||||
main = {
|
# main = {
|
||||||
"include" = [
|
# "include" = [
|
||||||
"~/.config/waybar/modules.json"
|
# "~/.config/waybar/modules.json"
|
||||||
"~/.config/waybar/layout.json"
|
# "~/.config/waybar/layout.json"
|
||||||
];
|
# ];
|
||||||
"modules-left" = [ "custom/launcher" "cpu" "memory" "temperature" ];
|
# "modules-left" = [ "custom/launcher" "cpu" "memory" "temperature" ];
|
||||||
"modules-center" = [ "wlr/workspaces" ];
|
# "modules-center" = [ "wlr/workspaces" ];
|
||||||
"modules-right" = [
|
# "modules-right" = [
|
||||||
"pulseaudio"
|
# "pulseaudio"
|
||||||
"bluetooth"
|
# "bluetooth"
|
||||||
"network"
|
# "network"
|
||||||
"backlight"
|
# "backlight"
|
||||||
"battery"
|
# "battery"
|
||||||
"battery#bat2"
|
# "battery#bat2"
|
||||||
"clock"
|
# "clock"
|
||||||
"tray"
|
# "tray"
|
||||||
"custom/power"
|
# "custom/power"
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue