diff --git a/flake.lock b/flake.lock index a0a49c6..c042139 100644 --- a/flake.lock +++ b/flake.lock @@ -2252,26 +2252,6 @@ "type": "github" } }, - "quickshell": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1773480707, - "narHash": "sha256-VkuO1LWpK7tS/YDmxJSDeONEwt1RFLPfOucQJwKnsV0=", - "ref": "refs/heads/master", - "rev": "1b2519d9f3d963e575b8a1ef08fab47c7af0d1b3", - "revCount": 759, - "type": "git", - "url": "https://git.outfoxxed.me/outfoxxed/quickshell" - }, - "original": { - "type": "git", - "url": "https://git.outfoxxed.me/outfoxxed/quickshell" - } - }, "root": { "inputs": { "aagl": "aagl", @@ -2301,7 +2281,6 @@ "note": "note", "proton-cachyos": "proton-cachyos", "pyprland": "pyprland", - "quickshell": "quickshell", "secrets": "secrets", "stylix": "stylix", "upfast": "upfast", diff --git a/flake.nix b/flake.nix index 31bfe70..d92c571 100644 --- a/flake.nix +++ b/flake.nix @@ -167,13 +167,6 @@ 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 = { diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 6393d65..3c33f03 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -122,14 +122,14 @@ in { }; exec-once = [ + "systemctl --user start waybar" + "systemctl --user start hyprpolkitagent" + "systemctl --user start hyprpaper" + "systemctl --user start hypridle" "app2unit -- wl-paste --type text --watch cliphist store" # Stores only text data "app2unit -- wl-paste --type image --watch cliphist store" # Stores only image data "app2unit -- keepassxc" # Startup my password manager "app2unit -- cameractrlsd" # Start service to configure my webcam settings - "systemctl --user start hyprpolkitagent" - "systemctl --user start hyprpaper" - "systemctl --user start hypridle" - # "systemctl --user start waybar" "app2unit -- pypr" ]; diff --git a/modules/linux/home-manager/wayland.nix b/modules/linux/home-manager/wayland.nix index 858b4f6..8de1510 100644 --- a/modules/linux/home-manager/wayland.nix +++ b/modules/linux/home-manager/wayland.nix @@ -19,7 +19,6 @@ waylock inputs.pyprland.packages.${pkgs.stdenv.hostPlatform.system}.pyprland hyprshutdown - inputs.quickshell.packages.${pkgs.stdenv.hostPlatform.system}.default app2unit ];