switched to latest kernel
This commit is contained in:
parent
8639d3646b
commit
28585dcb8b
5 changed files with 45 additions and 44 deletions
|
@ -23,7 +23,7 @@
|
|||
programs.kdeconnect.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
# boot.kernelModules = [ "v4l2loopback" ];
|
||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
# boot.extraModulePackages = [ pkgs.linuxPackages.v4l2loopback ];
|
||||
# services.picom.enable = true;
|
||||
services.emacs.enable = true;
|
||||
|
|
|
@ -65,7 +65,7 @@ in {
|
|||
"HDMI-A-2,1920x1080,1920x0,1"
|
||||
"HDMI-A-1,1920x1080,3840x0,1"
|
||||
# Had the shadow monitor bug, so had to disable all unknown monitors.
|
||||
"Unknown-1,disable"
|
||||
# "Unknown-1,disable"
|
||||
];
|
||||
# Workspace config
|
||||
workspace = [
|
||||
|
@ -282,7 +282,7 @@ in {
|
|||
# "${waybar}/bin/waybar"
|
||||
|
||||
# run persistent special workspace windows
|
||||
"[workspace special:nixos; silent;tile] ${pkgs.emacs}/bin/emacsclient ~/repos/nichts -c"
|
||||
"[workspace special:nixos; silent;tile] ${pkgs.bash}/bin/bash cd ~/repos/nichts && emacsclient -c"
|
||||
"[workspace special:keepassxc; silent;tile] ${pkgs.keepassxc}/bin/keepassxc"
|
||||
|
||||
"${swww}/bin/swww-daemon"
|
||||
|
|
|
@ -45,7 +45,7 @@ in {
|
|||
keepassxc
|
||||
krita
|
||||
lazygit
|
||||
librewolf
|
||||
#librewolf
|
||||
libtool
|
||||
links2
|
||||
lutris
|
||||
|
@ -106,6 +106,7 @@ in {
|
|||
wine
|
||||
winetricks
|
||||
wireguard-tools
|
||||
wl-clipboard
|
||||
xournalpp
|
||||
yt-dlp
|
||||
zapzap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue