rgb again maybe this time without weird shit
This commit is contained in:
parent
e7253ef4a4
commit
e10fd7d47b
13 changed files with 168 additions and 36 deletions
|
@ -1,7 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
wine
|
||||
winetricks
|
||||
wineWowPackages.waylandFull
|
||||
];
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, config, ... }: {
|
||||
imports = [
|
||||
../common
|
||||
../common/home-user.nix
|
||||
|
@ -6,7 +6,6 @@
|
|||
../../features/kitty.nix
|
||||
../../features/vesktop
|
||||
../../features/retroarch.nix
|
||||
../../features/wine.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue