Updated laptop configuration
This commit is contained in:
@@ -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"
|
||||
|
@@ -9,5 +9,6 @@
|
||||
logseq
|
||||
webcord
|
||||
unstable.localsend
|
||||
bitwarden
|
||||
];
|
||||
}
|
||||
|
13
modules/system/programs/virtualization.nix
Normal file
13
modules/system/programs/virtualization.nix
Normal 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
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user