feat(desktop): remove quickshell.
This commit is contained in:
parent
422ff5ea7b
commit
d854cd4609
3 changed files with 0 additions and 28 deletions
21
flake.lock
generated
21
flake.lock
generated
|
|
@ -1985,26 +1985,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"quickshell": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1759997568,
|
|
||||||
"narHash": "sha256-xQyzPkgpgjAceJKwZhLU2//Y1jAmvPGOq80svqkWFhQ=",
|
|
||||||
"ref": "refs/heads/master",
|
|
||||||
"rev": "3e32ae595f97bd2d2e5ed4512fb4bb25edb4eae6",
|
|
||||||
"revCount": 691,
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"aagl": "aagl",
|
"aagl": "aagl",
|
||||||
|
|
@ -2026,7 +2006,6 @@
|
||||||
"nix-on-droid": "nix-on-droid",
|
"nix-on-droid": "nix-on-droid",
|
||||||
"nixpkgs": "nixpkgs_12",
|
"nixpkgs": "nixpkgs_12",
|
||||||
"nvf": "nvf",
|
"nvf": "nvf",
|
||||||
"quickshell": "quickshell",
|
|
||||||
"stylix": "stylix",
|
"stylix": "stylix",
|
||||||
"upfast": "upfast"
|
"upfast": "upfast"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -98,12 +98,6 @@
|
||||||
# AAGL
|
# AAGL
|
||||||
aagl.url = "github:ezKEa/aagl-gtk-on-nix";
|
aagl.url = "github:ezKEa/aagl-gtk-on-nix";
|
||||||
aagl.inputs.nixpkgs.follows = "nixpkgs";
|
aagl.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
# Quickshell for amazing shell
|
|
||||||
quickshell = {
|
|
||||||
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,6 @@ in {
|
||||||
config = lib.mkIf config.crony.hyprland.enable {
|
config = lib.mkIf config.crony.hyprland.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
hyprpolkitagent
|
hyprpolkitagent
|
||||||
inputs.quickshell.packages.${pkgs.stdenv.hostPlatform.system}.default
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable hyprpaper
|
# Enable hyprpaper
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue