feat: add quickshell.
This commit is contained in:
parent
13f955bf23
commit
90a98c8993
4 changed files with 30 additions and 1 deletions
21
flake.lock
generated
21
flake.lock
generated
|
|
@ -2252,6 +2252,26 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"quickshell": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1773129285,
|
||||
"narHash": "sha256-7G6x33z271v/jhBC5Le7NPOZhv9902+MfCkC9poMwf0=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "bd6217927739a79c1c4ff279051f9625cd4b2b5e",
|
||||
"revCount": 752,
|
||||
"type": "git",
|
||||
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"aagl": "aagl",
|
||||
|
|
@ -2281,6 +2301,7 @@
|
|||
"note": "note",
|
||||
"proton-cachyos": "proton-cachyos",
|
||||
"pyprland": "pyprland",
|
||||
"quickshell": "quickshell",
|
||||
"secrets": "secrets",
|
||||
"stylix": "stylix",
|
||||
"upfast": "upfast",
|
||||
|
|
|
|||
|
|
@ -167,6 +167,13 @@
|
|||
url = "github:Daaboulex/cachyos-settings-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Quickshell for a better shell
|
||||
quickshell = {
|
||||
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
||||
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ in {
|
|||
"systemctl --user start hyprpolkitagent"
|
||||
"systemctl --user start hyprpaper"
|
||||
"systemctl --user start hypridle"
|
||||
"systemctl --user start waybar"
|
||||
# "systemctl --user start waybar"
|
||||
"pypr"
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
waylock
|
||||
inputs.pyprland.packages.${pkgs.stdenv.hostPlatform.system}.pyprland
|
||||
hyprshutdown
|
||||
inputs.quickshell.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
|
||||
# Enable and setup tofi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue