Compare commits
2 Commits
c5110e2c70
...
caba096cd4
Author | SHA1 | Date | |
---|---|---|---|
caba096cd4 | |||
0ead99b55c |
@ -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 = {
|
||||||
|
@ -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 {
|
||||||
|
Reference in New Issue
Block a user