mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
add missing ;
This commit is contained in:
parent
80478a097e
commit
c38fb20a19
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
}
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# GUI
|
# GUI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue