Former-commit-id: c4f8d05c0d
This commit is contained in:
Hadi
2024-05-09 16:33:24 +02:00
parent 7196117da7
commit 150617ca7a
8 changed files with 82 additions and 20 deletions

View File

@@ -48,17 +48,6 @@ in {
extraGroups = [ "networkmanager" "wheel" ];
};
# Auto Update & Clean
# system.autoUpgrade = {
# enable = true;
# dates = "04:00";
# flake = "${config.users.users.${variable.username}.home}/.config/nixos";
# flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ];
# allowReboot = false;
# };
##############
services = {
xserver = {
xkb.layout = "fr";
@@ -122,6 +111,15 @@ in {
};
};
# Auto Update
# system.autoUpgrade = {
# enable = true;
# dates = "04:00";
# flake = "${config.users.users.${variable.username}.home}/.config/nixos";
# flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ];
# allowReboot = false;
# };
services.dbus.enable = true;
system.stateVersion = variable.stateVersion;

View File

@@ -1,4 +1,4 @@
{ pkgs, config, ... }: {
{
hardware.opengl = {
enable = true;
driSupport = true;

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }: {
{
hardware.nvidia.prime = {
offload = {
enable = true;