added sanddorn config

This commit is contained in:
revol-xut 2022-04-10 13:59:39 +02:00
parent 10ece5d65f
commit a8a8e6bad5
No known key found for this signature in database
GPG key ID: B966009D57E69CC6
28 changed files with 327 additions and 38 deletions

11
modules/base.nix Normal file → Executable file
View file

@ -1,6 +1,14 @@
{ pkgs, config, ... }:
{
nix = {
package = pkgs.nixUnstable; # or versioned attributes like nix_2_4
extraOptions = ''
experimental-features = nix-command flakes
'';
};
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
console = {
@ -32,8 +40,7 @@
];
};
# allow unfree licenced packges
# nixpkgs.config.allowUnfree = true;
time.timeZone = "Europe/Berlin";
# basic shell & editor
programs.fish.enable = true;