diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-01-23 09:26:51 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-01-23 09:26:51 -0500 |
| commit | 1a51f2f555b182673e3f9b3e38fb2ab0e57dd6c2 (patch) | |
| tree | eecdad132615a4469c22ee6d4ccd1df087b6159d /nix/home/default.nix | |
| parent | use base16 in neovim and starship (diff) | |
| download | dotfiles-nix-1a51f2f555b182673e3f9b3e38fb2ab0e57dd6c2.tar.gz dotfiles-nix-1a51f2f555b182673e3f9b3e38fb2ab0e57dd6c2.tar.bz2 dotfiles-nix-1a51f2f555b182673e3f9b3e38fb2ab0e57dd6c2.zip | |
reconfigure
Diffstat (limited to '')
| -rw-r--r-- | nix/home/default.nix (renamed from modules/home.nix) | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/modules/home.nix b/nix/home/default.nix index 93674e8..fd7d25a 100644 --- a/modules/home.nix +++ b/nix/home/default.nix @@ -23,6 +23,7 @@ clippy # programs adwaita-icon-theme + blueman cage easyeffects discord @@ -31,6 +32,7 @@ gamescope gajim gimp + home-manager imagemagick libnotify mpv @@ -52,17 +54,9 @@ orchis-theme ]; - home.file = { - ".ssh/config".source = ../files/config/ssh/config; - ".zshrc".source = ../files/config/zsh/zshrc; - ".zprofile".source = ../files/config/zsh/zprofile; - }; - - xdg.configFile = {}; - xdg.dataFile = { fonts = { - source = ../files/fonts; + source = ../../files/fonts; recursive = true; }; }; |