Update hyprpaper
This commit is contained in:
parent
39169ba622
commit
48caab2c27
21
flake.lock
21
flake.lock
|
@ -237,6 +237,26 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"hyprpaper": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1690361100,
|
||||
"narHash": "sha256-e3V2avzF3yY+OBWr5fZ5jTHq6Jm2olnmd95E2jAkyCY=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "hyprpaper",
|
||||
"rev": "9261356bd74fadbc544bec22c16aec62ebba13bd",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "hyprwm",
|
||||
"repo": "hyprpaper",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"idris-emacs-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
@ -624,6 +644,7 @@
|
|||
"hyprland": "hyprland",
|
||||
"hyprland-contrib": "hyprland-contrib",
|
||||
"hyprland-protocols": "hyprland-protocols",
|
||||
"hyprpaper": "hyprpaper",
|
||||
"idris2": "idris2",
|
||||
"java": "java",
|
||||
"nix-on-droid": "nix-on-droid",
|
||||
|
|
|
@ -23,6 +23,10 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.hyprland-protocols.follows = "hyprland-protocols";
|
||||
};
|
||||
hyprpaper = {
|
||||
url = "github:hyprwm/hyprpaper";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
hyprland-contrib.url = "github:hyprwm/contrib";
|
||||
nix-on-droid = {
|
||||
url = "github:t184256/nix-on-droid";
|
||||
|
|
|
@ -23,7 +23,7 @@ in with lib; {
|
|||
hyprland = config.wayland.windowManager.hyprland.package;
|
||||
})
|
||||
## Hyprland addons
|
||||
inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.hyprpaper
|
||||
inputs.hyprpaper.packages.${pkgs.system}.hyprpaper
|
||||
inputs.self.packages.${pkgs.system}.pyprland
|
||||
# Auto workspace renaming
|
||||
inputs.self.packages.${pkgs.system}.hyprland-autoname-workspaces
|
||||
|
|
|
@ -83,9 +83,7 @@
|
|||
Service = {
|
||||
Type = "simple";
|
||||
ExecStart = ''
|
||||
${
|
||||
inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.hyprpaper
|
||||
}/bin/hyprpaper
|
||||
${inputs.hyprpaper.packages.${pkgs.system}.hyprpaper}/bin/hyprpaper
|
||||
'';
|
||||
};
|
||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||
|
|
Loading…
Reference in New Issue