z
This commit is contained in:
1
Shell
Submodule
1
Shell
Submodule
Submodule Shell added at 568c26db07
21
flake.lock
generated
21
flake.lock
generated
@@ -1711,6 +1711,26 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"quickshell": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1774422996,
|
||||
"narHash": "sha256-mWjBJIbiMPCpljAQDk8RYf+92/lYZ5npHe2r2SJ+QWc=",
|
||||
"owner": "outfoxxed",
|
||||
"repo": "quickshell",
|
||||
"rev": "08058326f04e9b5e55c903b3702405a8d3556ac6",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "outfoxxed",
|
||||
"repo": "quickshell",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"catppuccin": "catppuccin",
|
||||
@@ -1726,6 +1746,7 @@
|
||||
"nixpkgs": "nixpkgs_8",
|
||||
"nvf": "nvf",
|
||||
"openclaw": "openclaw",
|
||||
"quickshell": "quickshell",
|
||||
"spacebar": "spacebar",
|
||||
"tangled": "tangled",
|
||||
"vscode-server": "vscode-server",
|
||||
|
||||
@@ -17,6 +17,10 @@
|
||||
hyprsysteminfo.url = "github:hyprwm/hyprsysteminfo";
|
||||
ghostty.url = "github:ghostty-org/ghostty";
|
||||
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
||||
quickshell = {
|
||||
url = "github:outfoxxed/quickshell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Package tooling
|
||||
disko.url = "github:nix-community/disko";
|
||||
|
||||
@@ -4,8 +4,7 @@ let
|
||||
userName = "kris";
|
||||
realName = "Kris";
|
||||
configRoot = "/etc/nixos";
|
||||
homeDir = "/home/${userName}";
|
||||
quickshellRoot = "${homeDir}/Projects/DeltaruneQuickshell";
|
||||
quickshellRoot = "${configRoot}/Shell";
|
||||
in {
|
||||
|
||||
imports = [
|
||||
|
||||
@@ -47,7 +47,9 @@
|
||||
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland
|
||||
}/bin/hyprctl dispatch exec "shimejictl stop"'')
|
||||
|
||||
quickshell
|
||||
inputs.quickshell.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
tailscale
|
||||
bitwarden-desktop
|
||||
kdePackages.qtdeclarative
|
||||
catppuccin-gtk
|
||||
catppuccin
|
||||
|
||||
Reference in New Issue
Block a user