diff options
| author | adikro <adikro@disroot.org> | 2025-11-11 00:23:29 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-11 00:23:29 +0100 |
| commit | 07cc258498d598a687e228995be5f40fd6a249a1 (patch) | |
| tree | 5784cf91ff3fe91b8f9b8d8d66102f023b65aa3c /hosts | |
| parent | 9e89a97d16d5cc697c3f1d9b2572609d9755c133 (diff) | |
added nixvim basics
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 6 |
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 ]; |
