non important commit
This commit is contained in:
parent
bc8cf1f558
commit
07a00c0b5a
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../modules/locale.nix
|
||||
../modules/main-user.nix
|
||||
|
|
@ -12,6 +12,8 @@
|
|||
../modules/sddm.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [pkgs.nmcli];
|
||||
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue