add arabic
This commit is contained in:
parent
41cf780173
commit
27f8f252ac
1 changed files with 37 additions and 31 deletions
12
default.nix
12
default.nix
|
@ -1,5 +1,12 @@
|
|||
{ config, inputs, outputs, pkgs, lib, home-manager, ...}:
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
outputs,
|
||||
pkgs,
|
||||
lib,
|
||||
home-manager,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
# home manager
|
||||
inputs.home-manager.nixosModules.default
|
||||
|
@ -65,7 +72,7 @@
|
|||
|
||||
# xorg layout
|
||||
# change to needed
|
||||
services.xserver.layout = "us";
|
||||
services.xserver.layout = "us,ar";
|
||||
|
||||
# already sold soul to corporations \_o_/
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
@ -110,7 +117,6 @@
|
|||
package = pkgs.gitFull;
|
||||
};
|
||||
|
||||
|
||||
# something nixos release
|
||||
# something use ful in for mat ion
|
||||
# blah blah blah
|
||||
|
|
Loading…
Reference in a new issue