Compare commits

..

No commits in common. "caba096cd46450a9dffaf1fd7ab52f896e08d01d" and "c5110e2c709ac00ae8215cc0246188f17655a49e" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View File

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

View File

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