aboutsummaryrefslogtreecommitdiff
path: root/hosts/nixos/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/nixos/home.nix')
-rw-r--r--hosts/nixos/home.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix
index 114dc72..2a22851 100644
--- a/hosts/nixos/home.nix
+++ b/hosts/nixos/home.nix
@@ -3,7 +3,7 @@
{
imports = [
inputs.spicetify-nix.homeManagerModules.spicetify
- ../../modules/home-manager
+ ../../modules
];
home.username = "leander";
@@ -13,6 +13,7 @@
home.packages = with pkgs; [
firefox
+ obsidian
fzf
imv
@@ -60,6 +61,5 @@
sway.enable = true;
waybar.enable = true;
spicetify.enable = true;
- nixcord.enable = true;
home.stateVersion = "24.11";
}