Remove nix.nixPath
This commit is contained in:
parent
db5f09dace
commit
0731d56ac2
6 changed files with 0 additions and 12 deletions
|
@ -34,7 +34,5 @@ in
|
|||
defaultUser = username;
|
||||
};
|
||||
|
||||
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
|
||||
home-manager.users.opdavies.home.sessionVariables.WAYLAND_DISPLAY = "";
|
||||
}
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
extraOptions = ''
|
||||
trusted-users = root opdavies
|
||||
'';
|
||||
|
||||
nixPath = [ "nixpkgs=${inputs.nixpkgs-2405}" ];
|
||||
};
|
||||
|
||||
boot.loader.grub = {
|
||||
|
|
|
@ -15,8 +15,6 @@
|
|||
../../users/luke
|
||||
];
|
||||
|
||||
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
|
||||
# Bootloader.
|
||||
boot = {
|
||||
loader = {
|
||||
|
|
|
@ -37,8 +37,6 @@
|
|||
|
||||
services.logind.lidSwitchExternalPower = "ignore";
|
||||
|
||||
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
|
||||
boot.loader = {
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
|
|
|
@ -48,8 +48,6 @@ in
|
|||
./modules/wiki.nix
|
||||
];
|
||||
|
||||
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
../../users/opdavies
|
||||
];
|
||||
|
||||
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue