project-wide: nixdirfmt

This commit is contained in:
kat witch 2021-05-05 15:05:48 +01:00
parent e0764a44a4
commit 1ff53944f1
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
10 changed files with 35 additions and 49 deletions

View file

@ -1,8 +1,14 @@
{ config, lib, pkgs, ... }:
{
katnet.public.udp.ranges = [ { from=60000; to=61000; }];
katnet.private.udp.ranges = [ { from=60000; to=61000; }];
katnet.public.udp.ranges = [{
from = 60000;
to = 61000;
}];
katnet.private.udp.ranges = [{
from = 60000;
to = 61000;
}];
services.openssh = {
enable = true;

View file

@ -4,10 +4,8 @@
home-manager.users.kat = { imports = [ ./home.nix ]; };
deploy.profile.kat = true;
users.groups = {
uinput = {};
};
users.groups = { uinput = { }; };
users.users.kat = {
uid = 1000;

View file

@ -1,5 +1,8 @@
{ config, ... }:
{
services.konawall = { enable = true; interval = "20m"; };
services.konawall = {
enable = true;
interval = "20m";
};
}

View file

@ -17,9 +17,7 @@ in {
home.packages = with pkgs; [ grim slurp wl-clipboard jq ];
services.i3gopher = {
enable = true;
};
services.i3gopher = { enable = true; };
programs.zsh.profileExtra = ''
# If running from tty1 start sway