random stuff
- shell fixes - noice function for nixos-configurations - flake update - random
This commit is contained in:
parent
52bb01cc79
commit
a5040dcc1b
8 changed files with 23 additions and 22 deletions
|
@ -5,8 +5,6 @@
|
|||
nixos-unstable,
|
||||
...
|
||||
}: {
|
||||
#networking.hostName = "crocoite"; # Define your hostname.
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
@ -34,9 +32,9 @@
|
|||
# });
|
||||
# })
|
||||
];
|
||||
|
||||
# Configure your nixpkgs instance
|
||||
config = {
|
||||
# Disable if you don't want unfree packages
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue