Fixing Hyprland crash
This commit is contained in:
3
modules/home/gui/apps/default.nix
Normal file
3
modules/home/gui/apps/default.nix
Normal file
@ -0,0 +1,3 @@
|
||||
{ ... }: {
|
||||
imports = [ ./firefox ./images ./mpv ./pipewire ./vosk ./vscodium ./zathura ];
|
||||
}
|
1
modules/home/gui/default.nix
Normal file
1
modules/home/gui/default.nix
Normal file
@ -0,0 +1 @@
|
||||
{ ... }: { imports = [ ./apps ./base ./games ./theme ]; }
|
@ -5,7 +5,7 @@
|
||||
config = lib.mkIf (config.homecfg.make.game) {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
custom.simc
|
||||
# custom.simc
|
||||
|
||||
#games
|
||||
steam
|
||||
|
Reference in New Issue
Block a user