Lots of changes
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user