Compare commits
No commits in common. "caba096cd46450a9dffaf1fd7ab52f896e08d01d" and "c5110e2c709ac00ae8215cc0246188f17655a49e" have entirely different histories.
caba096cd4
...
c5110e2c70
@ -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 = {
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user