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"
|
"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": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"catppuccin": "catppuccin",
|
"catppuccin": "catppuccin",
|
||||||
@@ -1726,6 +1746,7 @@
|
|||||||
"nixpkgs": "nixpkgs_8",
|
"nixpkgs": "nixpkgs_8",
|
||||||
"nvf": "nvf",
|
"nvf": "nvf",
|
||||||
"openclaw": "openclaw",
|
"openclaw": "openclaw",
|
||||||
|
"quickshell": "quickshell",
|
||||||
"spacebar": "spacebar",
|
"spacebar": "spacebar",
|
||||||
"tangled": "tangled",
|
"tangled": "tangled",
|
||||||
"vscode-server": "vscode-server",
|
"vscode-server": "vscode-server",
|
||||||
|
|||||||
@@ -17,6 +17,10 @@
|
|||||||
hyprsysteminfo.url = "github:hyprwm/hyprsysteminfo";
|
hyprsysteminfo.url = "github:hyprwm/hyprsysteminfo";
|
||||||
ghostty.url = "github:ghostty-org/ghostty";
|
ghostty.url = "github:ghostty-org/ghostty";
|
||||||
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
||||||
|
quickshell = {
|
||||||
|
url = "github:outfoxxed/quickshell";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
# Package tooling
|
# Package tooling
|
||||||
disko.url = "github:nix-community/disko";
|
disko.url = "github:nix-community/disko";
|
||||||
|
|||||||
@@ -4,8 +4,7 @@ let
|
|||||||
userName = "kris";
|
userName = "kris";
|
||||||
realName = "Kris";
|
realName = "Kris";
|
||||||
configRoot = "/etc/nixos";
|
configRoot = "/etc/nixos";
|
||||||
homeDir = "/home/${userName}";
|
quickshellRoot = "${configRoot}/Shell";
|
||||||
quickshellRoot = "${homeDir}/Projects/DeltaruneQuickshell";
|
|
||||||
in {
|
in {
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|||||||
@@ -47,7 +47,9 @@
|
|||||||
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland
|
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland
|
||||||
}/bin/hyprctl dispatch exec "shimejictl stop"'')
|
}/bin/hyprctl dispatch exec "shimejictl stop"'')
|
||||||
|
|
||||||
quickshell
|
inputs.quickshell.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
|
tailscale
|
||||||
|
bitwarden-desktop
|
||||||
kdePackages.qtdeclarative
|
kdePackages.qtdeclarative
|
||||||
catppuccin-gtk
|
catppuccin-gtk
|
||||||
catppuccin
|
catppuccin
|
||||||
|
|||||||
Reference in New Issue
Block a user