Update NixOS config.

This commit is contained in:
Elias Gasparis 2025-01-05 08:44:34 +08:00
parent 6fa33dcb53
commit 4a31bf6aa2
2 changed files with 9 additions and 2 deletions

View file

@ -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
View file

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
}