Compare commits
2 commits
cb330465aa
...
535d4a3a77
Author | SHA1 | Date | |
---|---|---|---|
|
535d4a3a77 | ||
|
649ac0abff |
4 changed files with 16 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
|||
extraConfig = builtins.readFile ./hyprland.conf;
|
||||
plugins = [inputs.hy3.packages.${pkgs.system}.hy3];
|
||||
};
|
||||
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
# bar is required
|
||||
imports = [
|
||||
|
|
9
gaming/default.nix
Normal file
9
gaming/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
gamemode
|
||||
];
|
||||
|
||||
imports = [
|
||||
./minecraft
|
||||
];
|
||||
}
|
5
gaming/minecraft/default.nix
Normal file
5
gaming/minecraft/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
prismlauncher
|
||||
];
|
||||
}
|
|
@ -11,6 +11,7 @@
|
|||
../term
|
||||
../editor
|
||||
../de
|
||||
../gaming
|
||||
../themes/pomme.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue