cleaned up

This commit is contained in:
KoenDR06 2025-12-15 16:21:46 +01:00
parent 66db295e03
commit 3e5db2510d
6 changed files with 6 additions and 29 deletions

View file

@ -29,14 +29,11 @@ in {
environment.systemPackages = with pkgs; [
bitwarden-desktop
blender
gnome-calculator
inkscape
kitty
krita
libreoffice
mullvad-vpn
zathura
parsec-bin
qbittorrent
reaper
signal-desktop
@ -44,6 +41,7 @@ in {
spotify
vesktop
vlc
zathura
];
fonts.packages = with pkgs; [

View file

@ -20,7 +20,6 @@ in {
age.secrets = {
wifi.file = secretFile "wifi.age";
tailscale.file = secretFile "tailscale.age";
personalSSHpub = {
file = secretFile "ssh/id_personal.pub.age";

View file

@ -9,14 +9,14 @@
in {
imports = [
./apps
./base
./boot
./catppuccin
./hardware
./network
./wm
./users
./boot
./base
./timers
./catppuccin
./users
./wm
];
options = {

View file

@ -15,7 +15,6 @@ in {
config = mkIf cfg.enable {
services.tailscale = {
enable = true;
authKeyFile = toString config.age.secrets.tailscale.path;
};
};
}