Lots of changes

This commit is contained in:
2024-09-05 19:20:03 +02:00
parent 5d25dcf186
commit 59e360139f
11 changed files with 95 additions and 27 deletions

View File

@@ -15,6 +15,7 @@
../../modules/home/cli/ssh.nix
];
options = {
host = lib.mkOption {
type = with lib.types; str;
@@ -32,7 +33,6 @@
host = "xv-laptop";
home.packages = with pkgs; [
# Desktop Applications
kdenlive
@@ -48,7 +48,7 @@
# Office
libreoffice
onlyoffice-bin
unstable.onlyoffice-bin
# Image editing
gimp
@@ -59,6 +59,9 @@
unstable.drawio
];
# Enable home-manager
programs.home-manager.enable = true;
home.stateVersion = "24.05";
};