various updates

This commit is contained in:
2025-03-07 17:14:21 +00:00
parent bbc1933f92
commit 88bc79b530
9 changed files with 115 additions and 73 deletions

View File

@@ -27,21 +27,6 @@ with lib;
(nerdfonts.override { fonts = [ "SpaceMono" ]; })
];
home.file = {
# # Building this configuration will create a copy of 'dotfiles/screenrc' in
# # the Nix store. Activating the configuration will then make '~/.screenrc' a
# # symlink to the Nix store copy.
# ".screenrc".source = dotfiles/screenrc;
# # You can also set the file content immediately.
# ".gradle/gradle.properties".text = ''
# org.gradle.console=verbose
# org.gradle.daemon.idletimeout=3600000
# '';
#".gitconfig".source = ./dotfiles/gitconfig;
};
programs = {
bash = {
enable = true;