update
This commit is contained in:
parent
87b8c0d834
commit
aeee1ee374
1 changed files with 6 additions and 7 deletions
|
|
@ -37,9 +37,6 @@ in
|
||||||
services.blueman.enable = true;
|
services.blueman.enable = true;
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
services.udev.extraRules = ''
|
|
||||||
KERNEL=="i2c-[0-9]*", GROUP="i2c", MODE="0660"
|
|
||||||
'';
|
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
plymouth = {
|
plymouth = {
|
||||||
|
|
@ -49,7 +46,6 @@ in
|
||||||
# Enable "Silent Boot"
|
# Enable "Silent Boot"
|
||||||
consoleLogLevel = 0;
|
consoleLogLevel = 0;
|
||||||
initrd.verbose = false;
|
initrd.verbose = false;
|
||||||
kernelModules = ["i2c-dev"];
|
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
"quiet"
|
"quiet"
|
||||||
"splash"
|
"splash"
|
||||||
|
|
@ -119,7 +115,7 @@ in
|
||||||
users.users.nicole = {
|
users.users.nicole = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Nicole";
|
description = "Nicole";
|
||||||
extraGroups = [ "networkmanager" "wheel" "libvrtd" "kvm" "qemu-libvirtd" "i2c"];
|
extraGroups = [ "networkmanager" "wheel" "libvrtd" "kvm" "qemu-libvirtd" ];
|
||||||
packages = with pkgs; [];
|
packages = with pkgs; [];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -242,9 +238,11 @@ in
|
||||||
floorp
|
floorp
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
element-desktop
|
element-desktop
|
||||||
discord
|
(discord.override {
|
||||||
|
# withOpenASAR = true; # can do this here too
|
||||||
|
withVencord = true;
|
||||||
|
})
|
||||||
mailspring
|
mailspring
|
||||||
wasistlos
|
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
qbittorrent
|
qbittorrent
|
||||||
|
|
||||||
|
|
@ -341,6 +339,7 @@ in
|
||||||
BROWSER = "firefox";
|
BROWSER = "firefox";
|
||||||
TERMINAL = "kitty";
|
TERMINAL = "kitty";
|
||||||
LIBVIRT_DEFAULT_URI = "qemu:///system";
|
LIBVIRT_DEFAULT_URI = "qemu:///system";
|
||||||
|
NIXOS_OZONE_WL = "1";
|
||||||
};
|
};
|
||||||
#etc."nvidia/nvidia-application-profiles-rc.d/50-limit-free-buffer-pool.json".source = ./50-limit-free-buffer-pool.json;
|
#etc."nvidia/nvidia-application-profiles-rc.d/50-limit-free-buffer-pool.json".source = ./50-limit-free-buffer-pool.json;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue