summaryrefslogtreecommitdiff
path: root/hosts/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop')
-rw-r--r--hosts/desktop/configuration.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index ad49e90..14adc7c 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -2,7 +2,7 @@
{
nixpkgs.config.allowUnfree = true;
-
+
imports =
[
./hardware-configuration.nix
@@ -122,6 +122,8 @@ programs.fish.enable = true;
};
environment.systemPackages = with pkgs; [
+ wineWowPackages.waylandFull
+ winetricks
vim
lan-mouse_git
tuigreet
@@ -141,9 +143,7 @@ programs.fish.enable = true;
nvd
rivalcfg
easyeffects
- wineWowPackages.stagingFull
lutris
- winetricks
nix-tree
];