Compare commits

..

No commits in common. "535d4a3a7790b812cab9b73eab9064f3db9369a6" and "cb330465aa8d319385db17840ce7a64a4918f9ae" have entirely different histories.

4 changed files with 0 additions and 16 deletions

View file

@ -74,7 +74,6 @@
extraConfig = builtins.readFile ./hyprland.conf;
plugins = [inputs.hy3.packages.${pkgs.system}.hy3];
};
home.sessionVariables.NIXOS_OZONE_WL = "1";
# bar is required
imports = [

View file

@ -1,9 +0,0 @@
{pkgs, ...}: {
home.packages = with pkgs; [
gamemode
];
imports = [
./minecraft
];
}

View file

@ -1,5 +0,0 @@
{pkgs, ...}: {
home.packages = with pkgs; [
prismlauncher
];
}

View file

@ -11,7 +11,6 @@
../term
../editor
../de
../gaming
../themes/pomme.nix
];
}