mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -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;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ pkgs, config, ... }: {
|
||||
{
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }: {
|
||||
{
|
||||
hardware.nvidia.prime = {
|
||||
offload = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user