format code
This commit is contained in:
parent
fd2b1c42e8
commit
55af1f0e06
5 changed files with 10 additions and 48 deletions
|
|
@ -7,8 +7,5 @@
|
|||
./systems
|
||||
./utils
|
||||
./virtualisation
|
||||
|
||||
# Files
|
||||
./btrfs-autoscrub.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,11 +52,7 @@ in
|
|||
shell = pkgs.zsh;
|
||||
uid = 1000;
|
||||
|
||||
packages =
|
||||
with pkgs;
|
||||
lib.mkIf cfg.flatpak [
|
||||
flatpak
|
||||
];
|
||||
packages = with pkgs; lib.mkIf cfg.flatpak [ flatpak ];
|
||||
};
|
||||
|
||||
console.keyMap = "it";
|
||||
|
|
|
|||
|
|
@ -1,5 +1 @@
|
|||
{
|
||||
imports = [
|
||||
./btrfs-autoscrub.nix
|
||||
]
|
||||
}
|
||||
{ imports = [ ./btrfs-autoscrub.nix ]; }
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./commons.nix
|
||||
./server-node-users.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue