Temp disable nextcloud (broken), comment out hyprland config for now

This commit is contained in:
Evie Litherland-Smith 2023-05-16 19:59:31 +01:00
parent 9a9aeaf8dd
commit 654676a809
2 changed files with 38 additions and 38 deletions

View file

@ -12,7 +12,7 @@
./server/sshd.nix
./server/adguardhome.nix
./server/gitea.nix
./server/nextcloud.nix
# ./server/nextcloud.nix
];
networking.hostName = "Vanguard"; # Define your hostname.

View file

@ -5,44 +5,44 @@
home.stateVersion = "22.11";
home.packages = with pkgs; [ prismlauncher ];
xdg.configFile."hypr/hyprpaper.conf".source = ../desktop/config/hypr/hyprpaper-Vanguard.conf;
wayland.windowManager.hyprland.extraConfig = ''
source=./common.conf
# xdg.configFile."hypr/hyprpaper.conf".source = ../desktop/config/hypr/hyprpaper-Vanguard.conf;
# wayland.windowManager.hyprland.extraConfig = ''
# source=./common.conf
misc {
vrr = 2
}
# misc {
# vrr = 2
# }
monitor=DP-1,highrr,auto,1
monitor=HDMI-A-1,highres,auto,2
# monitor=DP-1,highrr,auto,1
# monitor=HDMI-A-1,highres,auto,2
exec-once = hyprpaper
exec-once = waybar
'';
programs.waybar = {
style = ''
@import 'common.css';
'';
settings = {
main = {
"include" = [
"~/.config/waybar/modules.json"
"~/.config/waybar/layout.json"
];
"modules-left" = [ "custom/launcher" "cpu" "memory" "temperature" ];
"modules-center" = [ "wlr/workspaces" ];
"modules-right" = [
"pulseaudio"
"bluetooth"
"network"
"backlight"
"battery"
"battery#bat2"
"clock"
"tray"
"custom/power"
];
};
};
};
# exec-once = hyprpaper
# exec-once = waybar
# '';
# programs.waybar = {
# style = ''
# @import 'common.css';
# '';
# settings = {
# main = {
# "include" = [
# "~/.config/waybar/modules.json"
# "~/.config/waybar/layout.json"
# ];
# "modules-left" = [ "custom/launcher" "cpu" "memory" "temperature" ];
# "modules-center" = [ "wlr/workspaces" ];
# "modules-right" = [
# "pulseaudio"
# "bluetooth"
# "network"
# "backlight"
# "battery"
# "battery#bat2"
# "clock"
# "tray"
# "custom/power"
# ];
# };
# };
# };
}