Add configuration for Shire
This commit is contained in:
parent
f0daaba8a7
commit
3ac81e8aef
4 changed files with 43 additions and 16 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -7,6 +7,8 @@
|
|||
./users/som/configuration.nix
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [ inputs.nur.overlay ];
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
time.timeZone = "Europe/Helsinki";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue