mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
nixos/profiles/desktop: make the configuration easily retrievable
This commit is contained in:
parent
22e3a09243
commit
843310e8b8
@ -95,14 +95,6 @@
|
||||
defaultNixConf
|
||||
../../modules/nixos/profiles/generic.nix
|
||||
../../modules/nixos/profiles/nix-conf.nix
|
||||
|
||||
# The NixOS module that came from flake-parts.
|
||||
({ config, lib, ... }: {
|
||||
# Set the NixOS system at the time of evaluation for convenience. Take
|
||||
# note, we assume that you develop your NixOS configuration somewhere
|
||||
# not in `/etc/nixos`.
|
||||
environment.etc.nixos.source = inputs.self;
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -7,4 +7,7 @@
|
||||
./audio.nix
|
||||
./hardware.nix
|
||||
];
|
||||
|
||||
# We'll just have the configuration stored as a backup.
|
||||
environment.etc.nixos.source = ../../../../..;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user