mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
No OSProber when test
This commit is contained in:
parent
2c4d95daf2
commit
3276d841c0
1 changed files with 11 additions and 11 deletions
22
flake.nix
22
flake.nix
|
@ -29,17 +29,17 @@
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
kmonad.nixosModules.default
|
kmonad.nixosModules.default
|
||||||
home-manager.nixosModules.home-manager {
|
home-manager.nixosModules.home-manager {
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
home-manager.users.${user} = {
|
home-manager.users.${user} = {
|
||||||
imports = [
|
imports = [
|
||||||
./home.nix
|
./home.nix
|
||||||
./modules/git.nix
|
./modules/git.nix
|
||||||
./modules/urxvt.nix
|
./modules/urxvt.nix
|
||||||
./modules/vim.nix
|
./modules/vim.nix
|
||||||
./modules/zsh.nix
|
./modules/zsh.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue