diff options
author | Rory& <root@rory.gay> | 2024-06-27 08:23:38 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:45:02 +0200 |
commit | 0330e8ac8b82469f00c33fc9dbc6b153f0d84bf1 (patch) | |
tree | aeadde639206e30a9740981c855ebcf82e0f777a /modules/users | |
parent | Update server (diff) | |
download | Rory-Open-Architecture-0330e8ac8b82469f00c33fc9dbc6b153f0d84bf1.tar.xz |
Desktop update
Diffstat (limited to 'modules/users')
-rwxr-xr-x | modules/users/Rory.client.nix | 58 | ||||
-rwxr-xr-x | modules/users/Rory.nix | 3 |
2 files changed, 31 insertions, 30 deletions
diff --git a/modules/users/Rory.client.nix b/modules/users/Rory.client.nix index b3ef89f..b74bbd9 100755 --- a/modules/users/Rory.client.nix +++ b/modules/users/Rory.client.nix @@ -17,35 +17,35 @@ }; }; # keepassxc, maybe? - systemd.user.services.keepassxc = { - Unit = { - Description = "KeePassXC password manager"; - #After = [ "graphical-session-pre.target" ]; - PartOf = [ "default.target" ]; - }; - - Install = { WantedBy = [ "default.target" ]; }; - - Service = { - ExecStart = "${pkgs.keepassxc}/bin/keepassxc ~/.secrets.kdbx"; - Restart = "always"; - }; - }; - - systemd.user.services.easyeffects = { - Unit = { - Description = "EasyEffects"; - #After = [ "graphical-session-pre.target" ]; - PartOf = [ "default.target" ]; - }; - - Install = { WantedBy = [ "default.target" ]; }; - - Service = { - ExecStart = "${pkgs.easyeffects}/bin/easyeffects"; - Restart = "always"; - }; - }; + #systemd.user.services.keepassxc = { + # Unit = { + # Description = "KeePassXC password manager"; + # #After = [ "graphical-session-pre.target" ]; + # PartOf = [ "default.target" ]; + # }; +# + # Install = { WantedBy = [ "default.target" ]; }; +# + # Service = { + # ExecStart = "${pkgs.keepassxc}/bin/keepassxc ~/.secrets.kdbx"; + # Restart = "always"; + # }; + #}; +# + #systemd.user.services.easyeffects = { + # Unit = { + # Description = "EasyEffects"; + # #After = [ "graphical-session-pre.target" ]; + # PartOf = [ "default.target" ]; + # }; +# + # Install = { WantedBy = [ "default.target" ]; }; +# + # Service = { + # ExecStart = "${pkgs.easyeffects}/bin/easyeffects"; + # Restart = "always"; + # }; + #}; home.stateVersion = "22.11"; }; diff --git a/modules/users/Rory.nix b/modules/users/Rory.nix index 414a70c..5bba267 100755 --- a/modules/users/Rory.nix +++ b/modules/users/Rory.nix @@ -51,7 +51,8 @@ }; zsh = { enable = true; - enableAutosuggestions = true; + #enableAutosuggestions = true; + autosuggestion.enable = true; enableVteIntegration = true; autocd = true; |