fixed formatting
This commit is contained in:
35
home.nix
35
home.nix
@@ -13,24 +13,23 @@
|
||||
allowUnfreePredicate = pkg: true;
|
||||
};
|
||||
|
||||
imports =
|
||||
[
|
||||
opnix.homeManagerModules.default
|
||||
./config/default.nix
|
||||
./packages/common/default.nix
|
||||
]
|
||||
++ (
|
||||
if isServer then
|
||||
[
|
||||
./packages/server/default.nix
|
||||
./server/default.nix
|
||||
]
|
||||
else
|
||||
[
|
||||
./packages/workstation/default.nix
|
||||
./workstation/default.nix
|
||||
]
|
||||
);
|
||||
imports = [
|
||||
opnix.homeManagerModules.default
|
||||
./config/default.nix
|
||||
./packages/common/default.nix
|
||||
]
|
||||
++ (
|
||||
if isServer then
|
||||
[
|
||||
./packages/server/default.nix
|
||||
./server/default.nix
|
||||
]
|
||||
else
|
||||
[
|
||||
./packages/workstation/default.nix
|
||||
./workstation/default.nix
|
||||
]
|
||||
);
|
||||
|
||||
home = {
|
||||
username = "menno";
|
||||
|
||||
Reference in New Issue
Block a user