remove aqua
This commit is contained in:
parent
90d6a12a77
commit
05b8342be4
7 changed files with 156 additions and 139 deletions
|
|
@ -2,9 +2,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ imports =
|
||||
[
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
(import <nix-snapd>).nixosModules.default
|
||||
<home-manager/nixos>
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
nixpkgs.config.allowBroken = true;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
@ -12,6 +10,7 @@
|
|||
services.snap.enable = true;
|
||||
networking.hostName = "limgrave";
|
||||
networking.networkmanager.enable = true;
|
||||
environment.sessionVariables.MOZ_ENABLE_WAYLAND = 0;
|
||||
time.timeZone = "Europe/Madrid";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
i18n.extraLocaleSettings = {
|
||||
|
|
@ -63,6 +62,7 @@
|
|||
enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
windowManager.openbox.enable = true;
|
||||
|
||||
xkb = {
|
||||
layout = "us";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue