1
0
Fork 0

remove aqua

This commit is contained in:
cătălin 2025-01-01 23:19:30 +01:00
commit 05b8342be4
No known key found for this signature in database
7 changed files with 156 additions and 139 deletions

View file

@ -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";