Update NixOS config.
This commit is contained in:
parent
6fa33dcb53
commit
4a31bf6aa2
2 changed files with 9 additions and 2 deletions
4
base.nix
4
base.nix
|
@ -131,7 +131,6 @@ i18n.inputMethod = {
|
|||
btop
|
||||
restic
|
||||
kdePackages.kdenlive
|
||||
mediainfo #something for kdenlive
|
||||
audacity
|
||||
element-desktop
|
||||
|
||||
|
@ -169,6 +168,7 @@ i18n.inputMethod = {
|
|||
services.tailscale.enable = true;
|
||||
|
||||
# Enable Docker
|
||||
virtualisation.docker.enable = true;
|
||||
#virtualisation.docker.enable = true;
|
||||
# trying to put into a module
|
||||
|
||||
}
|
||||
|
|
7
nixosModules/test.nix
Normal file
7
nixosModules/test.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue