Updated laptop configuration

This commit is contained in:
2024-03-14 14:06:39 +01:00
parent f490d00fc6
commit ee4d85b94a
5 changed files with 35 additions and 19 deletions

View File

@@ -19,6 +19,7 @@
grimblast
nwg-bar
powertop
lxqt.lxqt-policykit
];
wayland.windowManager.hyprland = {
@@ -84,7 +85,7 @@
"$mod, V, togglefloating"
"$mod, F, fullscreen, 0"
"$mod, M, fullscreen, 1"
"$mod, L, exec, hyprlock"
"$mod SHIFT, L, exec, hyprlock"
"$mod, S, exec, systemctl suspend"
"$mod, h, movefocus, l"

View File

@@ -9,5 +9,6 @@
logseq
webcord
unstable.localsend
bitwarden
];
}

View File

@@ -0,0 +1,13 @@
{ pkgs, ... }:
{
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
users.users.xeovalyte.extraGroups = [ "libvirtd" ];
environment.systemPackages = with pkgs; [
quickemu
quickgui
];
}