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
|
programs.steam.enable = true; # putting steam in here since home manager weirdly complains about it
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
virtualisation.spiceUSBRedirection.enable = true;
|
||||||
|
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# essentials
|
# essentials
|
||||||
alacritty
|
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
pcmanfm
|
pcmanfm
|
||||||
xsel
|
xsel
|
||||||
|
@ -60,6 +59,7 @@
|
||||||
spotify
|
spotify
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
virt-manager
|
virt-manager
|
||||||
|
remmina
|
||||||
|
|
||||||
# libs
|
# libs
|
||||||
libyubikey
|
libyubikey
|
||||||
|
|
Loading…
Reference in a new issue