nixbook additions
This commit is contained in:
parent
6d8199d554
commit
cbae2a7c6b
2 changed files with 4 additions and 8 deletions
|
|
@ -19,8 +19,8 @@
|
||||||
# boot.initrd.kernelModules = [ "i915" ];
|
# boot.initrd.kernelModules = [ "i915" ];
|
||||||
hardware.cpu.amd.updateMicrocode =
|
hardware.cpu.amd.updateMicrocode =
|
||||||
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
hardware.cpu.intel.updateMicrocode =
|
# hardware.cpu.intel.updateMicrocode =
|
||||||
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
# lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|
||||||
hardware.acpilight.enable = lib.mkDefault true;
|
hardware.acpilight.enable = lib.mkDefault true;
|
||||||
# networking.interfaces.wlp170s0.useDHCP = true;
|
# networking.interfaces.wlp170s0.useDHCP = true;
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
wayland.enable = true;
|
wayland.enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
Autologin = {
|
Autologin = {
|
||||||
Session = "plasma.desktop";
|
Session = "cosmic.desktop";
|
||||||
User = "abbie";
|
User = "abbie";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,6 @@
|
||||||
kdePackages.kwallet-pam
|
kdePackages.kwallet-pam
|
||||||
aria2
|
aria2
|
||||||
kdePackages.kwallet
|
kdePackages.kwallet
|
||||||
# nerd-fonts.victor-mono
|
|
||||||
glxinfo
|
glxinfo
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
wayland-utils
|
wayland-utils
|
||||||
|
|
@ -73,17 +72,14 @@
|
||||||
kdePackages.discover
|
kdePackages.discover
|
||||||
kdePackages.kdegraphics-thumbnailers
|
kdePackages.kdegraphics-thumbnailers
|
||||||
kdePackages.kdesdk-thumbnailers
|
kdePackages.kdesdk-thumbnailers
|
||||||
libreoffice-qt6-fresh
|
libreoffice-fresh
|
||||||
vlc
|
vlc
|
||||||
any-nix-shell
|
any-nix-shell
|
||||||
wtype
|
wtype
|
||||||
xdotool
|
|
||||||
bluez-tools
|
bluez-tools
|
||||||
lxappearance
|
|
||||||
mediainfo
|
mediainfo
|
||||||
libmediainfo
|
libmediainfo
|
||||||
rubberband
|
rubberband
|
||||||
# texlive.combined.scheme-full
|
|
||||||
pamixer
|
pamixer
|
||||||
playerctl
|
playerctl
|
||||||
gimp
|
gimp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue