remove hyprPlugins
This commit is contained in:
Generated
-30
@@ -281,35 +281,6 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hyprland-plugins": {
|
|
||||||
"inputs": {
|
|
||||||
"hyprland": [
|
|
||||||
"hyprland"
|
|
||||||
],
|
|
||||||
"nixpkgs": [
|
|
||||||
"hyprland-plugins",
|
|
||||||
"hyprland",
|
|
||||||
"nixpkgs"
|
|
||||||
],
|
|
||||||
"systems": [
|
|
||||||
"hyprland",
|
|
||||||
"systems"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1771865848,
|
|
||||||
"narHash": "sha256-xwNa+1D8WPsDnJtUofDrtyDCZKZotbUymzV/R5s+M0I=",
|
|
||||||
"owner": "hyprwm",
|
|
||||||
"repo": "hyprland-plugins",
|
|
||||||
"rev": "b85a56b9531013c79f2f3846fd6ee2ff014b8960",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "hyprwm",
|
|
||||||
"repo": "hyprland-plugins",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"hyprland-protocols": {
|
"hyprland-protocols": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
@@ -712,7 +683,6 @@
|
|||||||
"fred": "fred",
|
"fred": "fred",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"hyprland": "hyprland",
|
"hyprland": "hyprland",
|
||||||
"hyprland-plugins": "hyprland-plugins",
|
|
||||||
"hyprpwcenter": "hyprpwcenter",
|
"hyprpwcenter": "hyprpwcenter",
|
||||||
"nixpkgs": "nixpkgs_2",
|
"nixpkgs": "nixpkgs_2",
|
||||||
"quickshell": [
|
"quickshell": [
|
||||||
|
|||||||
@@ -25,11 +25,6 @@
|
|||||||
url = "github:hyprwm/Hyprland";
|
url = "github:hyprwm/Hyprland";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
hyprland-plugins = {
|
|
||||||
url = "github:hyprwm/hyprland-plugins";
|
|
||||||
inputs.hyprland.follows = "hyprland";
|
|
||||||
inputs.systems.follows = "hyprland/systems";
|
|
||||||
};
|
|
||||||
hyprpwcenter = {
|
hyprpwcenter = {
|
||||||
url = "github:hyprwm/hyprpwcenter";
|
url = "github:hyprwm/hyprpwcenter";
|
||||||
inputs.hyprgraphics.follows = "hyprland/hyprgraphics";
|
inputs.hyprgraphics.follows = "hyprland/hyprgraphics";
|
||||||
@@ -57,20 +52,12 @@
|
|||||||
hyprland = inputs.hyprland.packages.${system}.hyprland;
|
hyprland = inputs.hyprland.packages.${system}.hyprland;
|
||||||
hyprsysteminfo = inputs.hyprsysteminfo.packages.${system}.hyprsysteminfo;
|
hyprsysteminfo = inputs.hyprsysteminfo.packages.${system}.hyprsysteminfo;
|
||||||
hyprpwcenter = inputs.hyprpwcenter.packages.${system}.hyprpwcenter;
|
hyprpwcenter = inputs.hyprpwcenter.packages.${system}.hyprpwcenter;
|
||||||
hyprPluginPkgs = inputs.hyprland-plugins.packages.${system};
|
|
||||||
quickshell = inputs.quickshell.packages.${system}.quickshell;
|
quickshell = inputs.quickshell.packages.${system}.quickshell;
|
||||||
xdg-desktop-portal-hyprland = inputs.hyprland.packages.${system}.xdg-desktop-portal-hyprland;
|
xdg-desktop-portal-hyprland = inputs.hyprland.packages.${system}.xdg-desktop-portal-hyprland;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
hypr-plugin-dir = pkgs.symlinkJoin {
|
|
||||||
name = "hyprland-plugins";
|
|
||||||
paths = with pkgs.hyprPluginPkgs; [
|
|
||||||
hyprexpo
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
defaultCfg = rec {
|
defaultCfg = rec {
|
||||||
username = "liamm";
|
username = "liamm";
|
||||||
homeDirectory = "/home/${username}";
|
homeDirectory = "/home/${username}";
|
||||||
@@ -81,7 +68,7 @@
|
|||||||
{
|
{
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
darp8 = nixpkgs.lib.nixosSystem {
|
darp8 = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = { inherit inputs; cfg = defaultCfg; hypr-plugin-dir = hypr-plugin-dir; };
|
specialArgs = { inherit inputs; cfg = defaultCfg; };
|
||||||
modules = [
|
modules = [
|
||||||
hyprland.nixosModules.default
|
hyprland.nixosModules.default
|
||||||
./hosts/darp8/configuration.nix
|
./hosts/darp8/configuration.nix
|
||||||
@@ -89,7 +76,7 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
desktop = nixpkgs.lib.nixosSystem {
|
desktop = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = { inherit inputs; cfg = defaultCfg; hypr-plugin-dir = hypr-plugin-dir; };
|
specialArgs = { inherit inputs; cfg = defaultCfg; };
|
||||||
modules = [
|
modules = [
|
||||||
hyprland.nixosModules.default
|
hyprland.nixosModules.default
|
||||||
./hosts/desktop/configuration.nix
|
./hosts/desktop/configuration.nix
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ cfg, config, lib, pkgs, inputs, hypr-plugin-dir, ... }:
|
{ cfg, config, lib, pkgs, inputs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
inputs.dms.nixosModules.greeter
|
inputs.dms.nixosModules.greeter
|
||||||
@@ -202,9 +202,7 @@
|
|||||||
zip
|
zip
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {};
|
||||||
HYPR_PLUGIN_DIR = hypr-plugin-dir;
|
|
||||||
};
|
|
||||||
|
|
||||||
zramSwap = {
|
zramSwap = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user