forked from wurzel/fruitbasket
added sanddorn config
This commit is contained in:
parent
10ece5d65f
commit
a8a8e6bad5
28 changed files with 327 additions and 38 deletions
11
modules/base.nix
Normal file → Executable file
11
modules/base.nix
Normal file → Executable 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue