mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
Compare commits
2 commits
8715aa8de1
...
b9e167360a
| Author | SHA1 | Date | |
|---|---|---|---|
| b9e167360a | |||
| 1d7909ff7d |
2 changed files with 9 additions and 3 deletions
|
|
@ -19,11 +19,17 @@
|
|||
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 = 5;
|
||||
gaps_out = 10;
|
||||
gaps_in = 0;
|
||||
gaps_out = 0;
|
||||
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