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