start converting modules to options
This commit is contained in:
6
modules/graphical/default.nix
Normal file
6
modules/graphical/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, config, ...}:
|
||||
{
|
||||
imports = [
|
||||
|
||||
];
|
||||
}
|
||||
@@ -8,10 +8,12 @@
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
taisei
|
||||
tetrio
|
||||
osu-lazer-bin
|
||||
wineWowPackages.unstableFull
|
||||
winetricks
|
||||
lutris
|
||||
mangohud
|
||||
prismlauncher
|
||||
#libs
|
||||
];
|
||||
|
||||
@@ -41,15 +41,12 @@ in
|
||||
keepassxc
|
||||
xfce.thunar
|
||||
remmina
|
||||
#nextcloud-client
|
||||
thunderbird
|
||||
rofi
|
||||
localsend
|
||||
element-desktop
|
||||
tetrio
|
||||
#element-desktop
|
||||
krita
|
||||
libreoffice-fresh
|
||||
mangohud
|
||||
screenshot
|
||||
anki
|
||||
mpv
|
||||
|
||||
Reference in New Issue
Block a user