This commit is contained in:
Till 2024-12-26 16:07:44 +01:00
parent 5fabec3fa3
commit 4fb0d3aa6c
17 changed files with 75 additions and 34 deletions

View file

@ -22,6 +22,8 @@
videos = "${config.home.homeDirectory}/media/vid";
documents = "${config.home.homeDirectory}/misc";
templates = "${config.xdg.dataHome}/templates";
publicShare = "${config.home.homeDirectory}/box";
desktop = null;
};
home.packages = with pkgs; [
@ -37,6 +39,7 @@
imports = [
./fish.nix
./tmux
./vifm
./nvim
];