Enabel lvfs testing, flakes

This commit is contained in:
asonix 2023-01-15 12:08:57 -06:00
parent 5a39dd86b4
commit 2c6dbdd1ae

View file

@ -6,7 +6,8 @@
{
imports =
[ # Include the results of the hardware scan.
[
# Include the results of the hardware scan.
./hardware-configuration.nix
./wireguard.nix
<home-manager/nixos>
@ -120,6 +121,7 @@
users.users.asonix = {
isNormalUser = true;
description = "Tavi";
shell = pkgs.zsh;
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
firefox
@ -131,6 +133,8 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [