configuring

This commit is contained in:
Matt Nish-Lapidus 2024-09-24 17:37:03 -04:00
parent 5fd87dfe30
commit d22474c833
2 changed files with 4 additions and 2 deletions

View file

@ -32,7 +32,7 @@
modules = [
nix-flatpak.homeManagerModules.nix-flatpak
#nixos-hardware
./home/home.nix
./home/home.nix
];
};
};

View file

@ -47,6 +47,8 @@
gnomeExtensions.pano
gnome.gnome-software
gnome.gnome-tweaks
colloid-gtk-theme
colloid-icon-theme
albert
obsidian
@ -99,6 +101,6 @@
"io.github.zen_browser.zen"
];
xdg.configFile."wezterm".source = ../dotfiles/dot_config/wezterm;
xdg.configFile."wezterm".source = ./dotfiles/dot_config/wezterm;
#xdg.configFile."fish".source = ./
}