mirror of
https://github.com/sstent/nixfotfiles_1.git
synced 2026-04-04 20:12:53 +00:00
sync
This commit is contained in:
6
home.nix
6
home.nix
@@ -45,7 +45,7 @@
|
||||
services.keybase.enable = true;
|
||||
services.kbfs.enable = true;
|
||||
home.file.".mrconfig".source = ./mrconfig;
|
||||
xdg.configFile."beets/config.yaml".source = ./beets_config_yaml;
|
||||
# xdg.configFile."beets/config.yaml".source = ./beets_config.yaml;
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
@@ -64,7 +64,6 @@ programs.bash = {
|
||||
|
||||
};
|
||||
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "sstent";
|
||||
@@ -78,5 +77,8 @@ programs.bash = {
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
./beets.nix
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user