diff --git a/modules/cli/bin/default.nix b/modules/cli/bin/default.nix index e5f9e13..05dd993 100644 --- a/modules/cli/bin/default.nix +++ b/modules/cli/bin/default.nix @@ -8,7 +8,8 @@ let randomWallpaper = import ./randomWallpaper.nix { inherit pkgs; }; share = import ./share.nix { inherit pkgs; }; sxhkdHelp = import ./sxhkdHelp.nix { inherit pkgs; }; -in { +in +{ home-manager.users.moritz.home.packages = [ cheat cycleSinks git-switch protonge randomWallpaper share sxhkdHelp ]; } diff --git a/modules/cli/bin/sxhkdHelp.nix b/modules/cli/bin/sxhkdHelp.nix index 3d476d7..e9bb6db 100644 --- a/modules/cli/bin/sxhkdHelp.nix +++ b/modules/cli/bin/sxhkdHelp.nix @@ -7,5 +7,5 @@ pkgs.writeShellApplication { awk '/^[a-z]/ && last {print "",$0,"\t",last,""} {last=""} /^#/{last=$0}' ~/.config/sxhkd/sxhkdrc | column -t -s $'\t' | rofi -dmenu -i -markup-rows -no-show-icons -width 1000 -lines 15 -yoffset 40 - ''; + ''; } diff --git a/modules/editors/emacs.nix b/modules/editors/emacs.nix index 2d26e83..aac9e26 100644 --- a/modules/editors/emacs.nix +++ b/modules/editors/emacs.nix @@ -4,7 +4,8 @@ let emacs = with pkgs; ((emacsPackagesNgGen emacsGcc).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.emacsql-sqlite3 ])); -in { +in +{ fonts.fonts = [ pkgs.emacs-all-the-icons-fonts ]; home-manager.users.moritz = { diff --git a/modules/services/kdeconnect.nix b/modules/services/kdeconnect.nix index 4177e77..59f8f6f 100644 --- a/modules/services/kdeconnect.nix +++ b/modules/services/kdeconnect.nix @@ -4,7 +4,8 @@ let from = 1714; to = 1764; }; -in { +in +{ home-manager.users.moritz.services.kdeconnect.enable = true; networking.firewall = { allowedTCPPortRanges = [ ports ]; diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 6db25bc..06b32d0 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -8,7 +8,8 @@ let nixos-desktop = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKl8gMhwSf1NsP5gp14xbbyjqQLZzcHLb/XKRMoHdXgI"; hosts = [ nixos-laptop nixos-desktop ]; -in { +in +{ "nordvpn.age".publicKeys = users ++ hosts; "davfs.age".publicKeys = users ++ hosts; "smbMoritz.age".publicKeys = users ++ hosts;