Compare commits

...

2 commits

Author SHA1 Message Date
8ce64d2b84 add auto updates 2024-04-30 14:05:38 +02:00
7da425ef7a add teminal 2024-04-30 14:05:37 +02:00
2 changed files with 8 additions and 0 deletions

View file

@ -74,6 +74,12 @@
systemd.services.nix-daemon.serviceConfig.LimitNOFILE = lib.mkForce 1048576000;
system.autoUpgrade = {
enable = true;
dates = "minutely";
flake = "git+https://git.missing.ninja/lf3/server-conf.git";
};
networking.hosts = { };
hardware.bluetooth.enable = true;

View file

@ -80,5 +80,7 @@
slurp # screenshot functionality
wl-clipboard # wl-copy and wl-paste for copy/paste from stdin / stdout
mako # notification system developed by swaywm maintainer
kitty
firefox-devedition
];
}