diesdas
This commit is contained in:
parent
5fabec3fa3
commit
4fb0d3aa6c
17 changed files with 75 additions and 34 deletions
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue