config organizing
This commit is contained in:
parent
635d99ec33
commit
65ce181cf4
4 changed files with 5 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
system = "x86_64-linux";
|
||||
modules = [
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
./configuration.nix
|
||||
./eddie/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -32,7 +32,7 @@
|
|||
modules = [
|
||||
nix-flatpak.homeManagerModules.nix-flatpak
|
||||
#nixos-hardware
|
||||
./home.nix
|
||||
./home/home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
blender
|
||||
davinci-resolve-studio
|
||||
steam
|
||||
zotero_7
|
||||
];
|
||||
|
||||
username = "emenel";
|
||||
|
@ -95,6 +96,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 = ./
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue