niri, waybar, swaylock
This commit is contained in:
parent
f5a0090ea0
commit
41a49f8c2a
12 changed files with 383 additions and 246 deletions
|
@ -82,7 +82,7 @@
|
|||
systemd-boot.configurationLimit = 8;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
kernelPackages = pkgs.unstable.linuxPackages_6_12;
|
||||
kernelPackages = pkgs.unstable.linuxPackages_latest;
|
||||
initrd.kernelModules = [ "nvidia" "nvidia_modeset" "nvidia_uvm" "nvidia_drm" "snd-virmidi" ];
|
||||
kernelParams = [ "nvidia_drm.fbdev=1" "nvidia_drm.modeset=1" ];
|
||||
};
|
||||
|
@ -176,9 +176,20 @@
|
|||
hostName = "eddie";
|
||||
domain = "local";
|
||||
nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
||||
# wireless = {
|
||||
# iwd = {
|
||||
# enable = true;
|
||||
# settings = {
|
||||
# Settings = {
|
||||
# AutoConnect = true;
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
wifi.powersave = true;
|
||||
# wifi.backend = "iwd";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -257,6 +268,8 @@
|
|||
pkgs.xdg-desktop-portal-gnome
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
pkgs.xdg-desktop-portal
|
||||
pkgs.xdg-desktop-portal-wlr
|
||||
pkgs.gnome-keyring
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -330,6 +343,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.light.enable = true;
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
protontricks.enable = true;
|
||||
|
@ -368,6 +383,7 @@
|
|||
|
||||
services.kmonad = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.kmonad;
|
||||
keyboards = {
|
||||
sinc = {
|
||||
device = "/dev/input/by-id/usb-Keebio_Sinc_Rev._4-event-kbd";
|
||||
|
@ -381,7 +397,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.virt-manager.enable = true;
|
||||
# programs.virt-manager.enable = true;
|
||||
|
||||
# virtualisation = {
|
||||
# libvirtd = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue