hopper things

This commit is contained in:
xunuwu 2024-02-09 21:55:57 +01:00
parent 498f3050d5
commit 926f8b190b
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
14 changed files with 96 additions and 22 deletions

View file

@ -16,6 +16,10 @@
programs.nix-index.enableFishIntegration = false;
}
];
"xun@hopper" = [
../.
./hopper
];
};
inherit (inputs.home-manager.lib) homeManagerConfiguration;
@ -31,6 +35,10 @@ in {
modules = homeImports."xun@nixdesk";
inherit pkgs extraSpecialArgs;
};
"xun@hopper" = homeManagerConfiguration {
modules = homeImports."xun@hopper";
inherit pkgs extraSpecialArgs;
};
};
};
}

View file

@ -2,6 +2,12 @@
imports = [
../../editors/nvim.nix
../../terminal/shell/zsh.nix
../../terminal/emulator/wezterm.nix
../../programs/browsers/firefox.nix
../../programs/desktop/awesome
../../programs/games/steam.nix
../../programs/media
../../programs/media/jellyfin.nix