cleaned up
This commit is contained in:
parent
66db295e03
commit
3e5db2510d
6 changed files with 6 additions and 29 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -9,14 +9,14 @@
|
|||
in {
|
||||
imports = [
|
||||
./apps
|
||||
./base
|
||||
./boot
|
||||
./catppuccin
|
||||
./hardware
|
||||
./network
|
||||
./wm
|
||||
./users
|
||||
./boot
|
||||
./base
|
||||
./timers
|
||||
./catppuccin
|
||||
./users
|
||||
./wm
|
||||
];
|
||||
|
||||
options = {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
authKeyFile = toString config.age.secrets.tailscale.path;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue