forked from wurzel/fruitbasket
running setup
This commit is contained in:
parent
410e3c59f8
commit
79022b6d3a
2 changed files with 54 additions and 2 deletions
|
@ -44,8 +44,12 @@
|
|||
# services.xserver.enable = true;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixUnstable; # or versioned attributes like nix_2_4
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
};
|
||||
# Configure keymap in X11
|
||||
# services.xserver.layout = "us";
|
||||
# services.xserver.xkbOptions = "eurosign:e";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue