random stuff

- shell fixes
- noice function for nixos-configurations
- flake update
- random
This commit is contained in:
Ranomier 2025-05-04 00:46:06 +02:00
parent 52bb01cc79
commit a5040dcc1b
8 changed files with 23 additions and 22 deletions

View file

@ -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. Its 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;
};
};