major home-manager changes
This commit is contained in:
15
home/modules/files.nix
Normal file
15
home/modules/files.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{config, ...}:
|
||||
let
|
||||
home = config.home.homeDirectory;
|
||||
in {
|
||||
home = {
|
||||
file.ncmpcpp = {
|
||||
source = ../config/ncmpcpp/config;
|
||||
target = "${home}/.config/ncmpcpp/config";
|
||||
};
|
||||
file.mpd = {
|
||||
source = ../config/mpd/mpd.conf;
|
||||
target = "${home}/.config/mpd/mpd.conf";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user