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 = {
|
||||
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 = {
|
||||
# enable = true;
|
||||
# iconTheme = {
|
||||
# name = "gruvbox-plus-icons";
|
||||
# package = pkgs.gruvbox-plus-icons;
|
||||
# };
|
||||
# settings = {
|
||||
# global = {
|
||||
# width = 300;
|
||||
# height = 300;
|
||||
# offset = "5x5";
|
||||
# origin = "bottom-right";
|
||||
# transparency = 0;
|
||||
# font = "Victor Mono SemiBold 12";
|
||||
# };
|
||||
# urgency_low = {
|
||||
# background = "#${GREEN}";
|
||||
# foreground = "#${BG}";
|
||||
# frame_color = "#${DARK_GREEN}";
|
||||
# timout = 10;
|
||||
# };
|
||||
# urgency_normal = {
|
||||
# background = "#${BLUE}";
|
||||
# foreground = "#${BG}";
|
||||
# frame_color = "#${DARK_BLUE}";
|
||||
# timout = 10;
|
||||
# };
|
||||
# urgency_critical = {
|
||||
# background = "#${DARK_RED}";
|
||||
# foreground = "#${FG}";
|
||||
# frame_color = "#${RED}";
|
||||
# timout = 60;
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
name = "gruvbox-plus-icons";
|
||||
package = pkgs.gruvbox-plus-icons;
|
||||
};
|
||||
settings = {
|
||||
global = {
|
||||
width = 300;
|
||||
height = 300;
|
||||
offset = "0x5";
|
||||
origin = "bottom-right";
|
||||
transparency = 0;
|
||||
font = "Victor Mono SemiBold 12";
|
||||
};
|
||||
urgency_low = {
|
||||
background = "#${GREEN}";
|
||||
foreground = "#${BG}";
|
||||
frame_color = "#${DARK_GREEN}";
|
||||
timout = 3;
|
||||
};
|
||||
urgency_normal = {
|
||||
background = "#${BLUE}";
|
||||
foreground = "#${BG}";
|
||||
frame_color = "#${DARK_BLUE}";
|
||||
timout = 10;
|
||||
};
|
||||
urgency_critical = {
|
||||
background = "#${DARK_RED}";
|
||||
foreground = "#${FG}";
|
||||
frame_color = "#${RED}";
|
||||
timout = 60;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
@ -668,7 +649,8 @@ valign = bottom
|
||||
layer = "bottom";
|
||||
position = "top";
|
||||
mode = "overlay";
|
||||
height = 30;
|
||||
height = 35;
|
||||
width = 1920;
|
||||
margin-top = 0;
|
||||
margin-bottom = 0;
|
||||
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...
|
||||
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...
|
||||
error:
|
||||
… while evaluating the attribute 'config.system.build.toplevel'
|
||||
|
||||
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;
|
||||
trace: warning: The option `services.xserver.displayManager.defaultSession' defined in `/etc/nixos/configuration.nix' has been renamed to `services.displayManager.defaultSession'.
|
||||
activating the configuration...
|
||||
setting up /etc...
|
||||
reloading user units for lightdm...
|
||||
reloading user units for deadvey...
|
||||
restarting sysinit-reactivation.target
|
||||
|
Loading…
x
Reference in New Issue
Block a user