mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
Compare commits
No commits in common. "b9e167360a8abf01f01144e0af78c2300528033d" and "8715aa8de167fd9d46b851f61eca59fa421b3023" have entirely different histories.
b9e167360a
...
8715aa8de1
2 changed files with 3 additions and 9 deletions
|
|
@ -19,17 +19,11 @@
|
|||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
fwupd
|
||||
fw-ectool
|
||||
];
|
||||
etc.hosts.mode = "0700";
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/swapfile";
|
||||
size = 64 * 1024;
|
||||
}
|
||||
];
|
||||
|
||||
liv = {
|
||||
laptop.enable = true;
|
||||
desktop.enable = false;
|
||||
|
|
|
|||
|
|
@ -110,8 +110,8 @@
|
|||
general = {
|
||||
"$mainMod" = "ALT";
|
||||
layout = "dwindle";
|
||||
gaps_in = 0;
|
||||
gaps_out = 0;
|
||||
gaps_in = 5;
|
||||
gaps_out = 10;
|
||||
border_size = 2;
|
||||
"col.active_border" = "rgb(ffffff) rgb(ffffff) 45deg";
|
||||
"col.inactive_border" = "0x00000000";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue