1
Fork 0

No more mental illness

This commit is contained in:
caem 2024-08-01 18:37:19 +02:00
parent 8b8c31d9ef
commit 8de3f12524
Signed by: caem
GPG key ID: 69A830D03203405F
3 changed files with 1 additions and 52 deletions

View file

@ -1,26 +1,5 @@
{ {
"nodes": { "nodes": {
"aagl": {
"inputs": {
"flake-compat": "flake-compat",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1721560199,
"narHash": "sha256-XQVh+i9/m2J2AfwuqJcKpm3GM67Top8mHKgaJ7lL1l0=",
"owner": "ezKEa",
"repo": "aagl-gtk-on-nix",
"rev": "cdb74c540af1d365ea799ba5d2200df707e31090",
"type": "github"
},
"original": {
"owner": "ezKEa",
"repo": "aagl-gtk-on-nix",
"type": "github"
}
},
"aquamarine": { "aquamarine": {
"inputs": { "inputs": {
"hyprutils": [ "hyprutils": [
@ -54,22 +33,6 @@
"type": "github" "type": "github"
} }
}, },
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"home-manager": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -316,7 +279,6 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"aagl": "aagl",
"home-manager": "home-manager", "home-manager": "home-manager",
"hyprland": "hyprland", "hyprland": "hyprland",
"impermanence": "impermanence", "impermanence": "impermanence",

View file

@ -10,11 +10,6 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
aagl = {
url = "github:ezKEa/aagl-gtk-on-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = { hyprland = {
type = "git"; type = "git";
url = "https://github.com/hyprwm/Hyprland"; url = "https://github.com/hyprwm/Hyprland";
@ -22,7 +17,7 @@
}; };
}; };
outputs = { nixpkgs, impermanence, home-manager, aagl, nur, ... } @ inputs: outputs = { nixpkgs, impermanence, home-manager, nur, ... } @ inputs:
let let
lib = nixpkgs.lib.extend (final: prev: lib = nixpkgs.lib.extend (final: prev:
import ./lib { lib = final; } import ./lib { lib = final; }
@ -38,7 +33,6 @@
} }
impermanence.nixosModules.impermanence impermanence.nixosModules.impermanence
nur.nixosModules.nur nur.nixosModules.nur
aagl.nixosModules.default
]; ];
nixpkgs = nixpkgs; nixpkgs = nixpkgs;
inputs = inputs; inputs = inputs;

View file

@ -7,13 +7,6 @@
dedicatedServer.openFirewall = true; dedicatedServer.openFirewall = true;
}; };
nix.settings = {
substituters = [ "https://ezkea.cachix.org" ];
trusted-public-keys = [ "ezkea.cachix.org-1:ioBmUbJTZIKsHmWWXPe1FSFbeVe+afhfgqgTSNd34eI=" ];
};
# programs.honkers-railway-launcher.enable = true;
programs.sleepy-launcher.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
prismlauncher prismlauncher
protonup-qt protonup-qt