updated system config

This commit is contained in:
Natalie Marks 2024-01-29 02:01:12 -08:00
parent dbb6606206
commit 7ab6d3271b

View file

@ -6,6 +6,8 @@
pkgs,
...
}: {
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = ["nix-command" "flakes"];
programs.hyprland.enable = true;
@ -153,6 +155,7 @@
kitty
lua-language-server
texlive.combined.scheme-full
steam-run
# thunderbird
];
};
@ -164,8 +167,6 @@
environment.variables.EDITOR = "nvim";
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [