mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
misc fixes
This commit is contained in:
parent
654d87b0d5
commit
bcd03bd6b3
|
@ -95,6 +95,8 @@
|
|||
programs.steam.enable = true; # putting steam in here since home manager weirdly complains about it
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
virtualisation.spiceUSBRedirection.enable = true;
|
||||
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
# essentials
|
||||
alacritty
|
||||
networkmanagerapplet
|
||||
pcmanfm
|
||||
xsel
|
||||
|
@ -60,6 +59,7 @@
|
|||
spotify
|
||||
nixpkgs-fmt
|
||||
virt-manager
|
||||
remmina
|
||||
|
||||
# libs
|
||||
libyubikey
|
||||
|
|
Loading…
Reference in a new issue