Compare commits

...

2 Commits

Author SHA1 Message Date
caba096cd4 fix css 2023-05-03 20:00:09 +02:00
0ead99b55c Disable automatic updates 2023-05-03 19:57:55 +02:00
2 changed files with 6 additions and 6 deletions

View File

@ -178,10 +178,10 @@ in
swapDevices = [ { device = "/swap/swapfile"; } ]; swapDevices = [ { device = "/swap/swapfile"; } ];
# Enable automatic package upgrades # Enable automatic package upgrades
system.autoUpgrade = { #system.autoUpgrade = {
enable = true; # enable = true;
channel = "https://nixos.org/channels/nixos-unstable"; # channel = "https://nixos.org/channels/nixos-unstable";
}; #};
# Enable automatic garbage collection # Enable automatic garbage collection
nix = { nix = {

View File

@ -2,8 +2,8 @@
/* `otf-font-awesome` is required to be installed for icons */ /* `otf-font-awesome` is required to be installed for icons */
font-family: FontAwesome, Fira Sans, sans-serif; font-family: FontAwesome, Fira Sans, sans-serif;
font-size: 12px; font-size: 12px;
margin-left: 5; margin-left: 5px;
margin-right: 5; margin-right: 5px;
} }
window#waybar { window#waybar {