418 current 2024-08-18 16:35:08 24.05.3642.883180e6550c 6.6.44 *
This commit is contained in:
parent
3542376417
commit
91aa82cfba
@ -265,25 +265,6 @@ in
|
|||||||
logo = {
|
logo = {
|
||||||
source = "nixos_small";
|
source = "nixos_small";
|
||||||
};
|
};
|
||||||
modules = [
|
|
||||||
{
|
|
||||||
type = "datetime";
|
|
||||||
key = "Date";
|
|
||||||
format = "{1}-{3}-{11}";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
type = "datetime";
|
|
||||||
key = "Time";
|
|
||||||
format = "{14}:{17}:{20};
|
|
||||||
}
|
|
||||||
"os"
|
|
||||||
"uptime"
|
|
||||||
"break"
|
|
||||||
"cpu"
|
|
||||||
"memory"
|
|
||||||
"gpu"
|
|
||||||
"colors"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -358,41 +339,41 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
# services.dunst = {
|
services.dunst = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# iconTheme = {
|
iconTheme = {
|
||||||
# name = "gruvbox-plus-icons";
|
name = "gruvbox-plus-icons";
|
||||||
# package = pkgs.gruvbox-plus-icons;
|
package = pkgs.gruvbox-plus-icons;
|
||||||
# };
|
};
|
||||||
# settings = {
|
settings = {
|
||||||
# global = {
|
global = {
|
||||||
# width = 300;
|
width = 300;
|
||||||
# height = 300;
|
height = 300;
|
||||||
# offset = "5x5";
|
offset = "0x5";
|
||||||
# origin = "bottom-right";
|
origin = "bottom-right";
|
||||||
# transparency = 0;
|
transparency = 0;
|
||||||
# font = "Victor Mono SemiBold 12";
|
font = "Victor Mono SemiBold 12";
|
||||||
# };
|
};
|
||||||
# urgency_low = {
|
urgency_low = {
|
||||||
# background = "#${GREEN}";
|
background = "#${GREEN}";
|
||||||
# foreground = "#${BG}";
|
foreground = "#${BG}";
|
||||||
# frame_color = "#${DARK_GREEN}";
|
frame_color = "#${DARK_GREEN}";
|
||||||
# timout = 10;
|
timout = 3;
|
||||||
# };
|
};
|
||||||
# urgency_normal = {
|
urgency_normal = {
|
||||||
# background = "#${BLUE}";
|
background = "#${BLUE}";
|
||||||
# foreground = "#${BG}";
|
foreground = "#${BG}";
|
||||||
# frame_color = "#${DARK_BLUE}";
|
frame_color = "#${DARK_BLUE}";
|
||||||
# timout = 10;
|
timout = 10;
|
||||||
# };
|
};
|
||||||
# urgency_critical = {
|
urgency_critical = {
|
||||||
# background = "#${DARK_RED}";
|
background = "#${DARK_RED}";
|
||||||
# foreground = "#${FG}";
|
foreground = "#${FG}";
|
||||||
# frame_color = "#${RED}";
|
frame_color = "#${RED}";
|
||||||
# timout = 60;
|
timout = 60;
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
|
|
||||||
services.hyprpaper = {
|
services.hyprpaper = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -668,7 +649,8 @@ valign = bottom
|
|||||||
layer = "bottom";
|
layer = "bottom";
|
||||||
position = "top";
|
position = "top";
|
||||||
mode = "overlay";
|
mode = "overlay";
|
||||||
height = 30;
|
height = 35;
|
||||||
|
width = 1920;
|
||||||
margin-top = 0;
|
margin-top = 0;
|
||||||
margin-bottom = 0;
|
margin-bottom = 0;
|
||||||
modules-left = [];
|
modules-left = [];
|
||||||
|
@ -1,89 +1,8 @@
|
|||||||
error:
|
|
||||||
… while evaluating the attribute 'config'
|
|
||||||
|
|
||||||
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
|
|
||||||
|
|
||||||
321| options = checked options;
|
|
||||||
322| config = checked (removeAttrs config [ "_module" ]);
|
|
||||||
| ^
|
|
||||||
323| _module = checked (config._module);
|
|
||||||
|
|
||||||
… while calling the 'seq' builtin
|
|
||||||
|
|
||||||
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
|
|
||||||
|
|
||||||
321| options = checked options;
|
|
||||||
322| config = checked (removeAttrs config [ "_module" ]);
|
|
||||||
| ^
|
|
||||||
323| _module = checked (config._module);
|
|
||||||
|
|
||||||
(stack trace truncated; use '--show-trace' to show the full trace)
|
|
||||||
|
|
||||||
error: syntax error, unexpected '=', expecting ';'
|
|
||||||
|
|
||||||
at /etc/nixos/configuration.nix:397:21:
|
|
||||||
|
|
||||||
396|
|
|
||||||
397| services.hyprpaper = {
|
|
||||||
| ^
|
|
||||||
398| enable = true;
|
|
||||||
building Nix...
|
building Nix...
|
||||||
error:
|
|
||||||
… while evaluating the attribute 'config'
|
|
||||||
|
|
||||||
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
|
|
||||||
|
|
||||||
321| options = checked options;
|
|
||||||
322| config = checked (removeAttrs config [ "_module" ]);
|
|
||||||
| ^
|
|
||||||
323| _module = checked (config._module);
|
|
||||||
|
|
||||||
… while calling the 'seq' builtin
|
|
||||||
|
|
||||||
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
|
|
||||||
|
|
||||||
321| options = checked options;
|
|
||||||
322| config = checked (removeAttrs config [ "_module" ]);
|
|
||||||
| ^
|
|
||||||
323| _module = checked (config._module);
|
|
||||||
|
|
||||||
(stack trace truncated; use '--show-trace' to show the full trace)
|
|
||||||
|
|
||||||
error: syntax error, unexpected '=', expecting ';'
|
|
||||||
|
|
||||||
at /etc/nixos/configuration.nix:397:21:
|
|
||||||
|
|
||||||
396|
|
|
||||||
397| services.hyprpaper = {
|
|
||||||
| ^
|
|
||||||
398| enable = true;
|
|
||||||
building the system configuration...
|
building the system configuration...
|
||||||
error:
|
trace: warning: The option `services.xserver.displayManager.defaultSession' defined in `/etc/nixos/configuration.nix' has been renamed to `services.displayManager.defaultSession'.
|
||||||
… while evaluating the attribute 'config.system.build.toplevel'
|
activating the configuration...
|
||||||
|
setting up /etc...
|
||||||
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9:
|
reloading user units for lightdm...
|
||||||
|
reloading user units for deadvey...
|
||||||
321| options = checked options;
|
restarting sysinit-reactivation.target
|
||||||
322| config = checked (removeAttrs config [ "_module" ]);
|
|
||||||
| ^
|
|
||||||
323| _module = checked (config._module);
|
|
||||||
|
|
||||||
… while calling the 'seq' builtin
|
|
||||||
|
|
||||||
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18:
|
|
||||||
|
|
||||||
321| options = checked options;
|
|
||||||
322| config = checked (removeAttrs config [ "_module" ]);
|
|
||||||
| ^
|
|
||||||
323| _module = checked (config._module);
|
|
||||||
|
|
||||||
(stack trace truncated; use '--show-trace' to show the full trace)
|
|
||||||
|
|
||||||
error: syntax error, unexpected '=', expecting ';'
|
|
||||||
|
|
||||||
at /etc/nixos/configuration.nix:397:21:
|
|
||||||
|
|
||||||
396|
|
|
||||||
397| services.hyprpaper = {
|
|
||||||
| ^
|
|
||||||
398| enable = true;
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user