feat(river-shifttags): install package in user environment
This commit is contained in:
parent
fba76fb410
commit
1c458ff079
3 changed files with 27 additions and 3 deletions
18
home-manager/flake.lock
generated
18
home-manager/flake.lock
generated
|
|
@ -558,6 +558,23 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"river-shifttags": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-m7DC7MqCfT0uwD0BhdLfwyCw8DyKVlf9rAu+g29tmMo=",
|
||||
"path": "./river-shifttags",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"path": "./river-shifttags",
|
||||
"type": "path"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"breezex-cursor": "breezex-cursor",
|
||||
|
|
@ -565,6 +582,7 @@
|
|||
"nixpkgs": "nixpkgs",
|
||||
"nixpkgs-unstable": "nixpkgs-unstable",
|
||||
"nixvim-flake": "nixvim-flake",
|
||||
"river-shifttags": "river-shifttags",
|
||||
"stylix": "stylix"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -21,9 +21,14 @@
|
|||
url = "path:./breezex-cursor";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
river-shifttags = {
|
||||
url = "path:./river-shifttags";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, home-manager, nixvim-flake, stylix, breezex-cursor, ... }:
|
||||
outputs = { nixpkgs, home-manager, nixvim-flake, stylix, breezex-cursor, river-shifttags, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
|
|
@ -44,7 +49,7 @@
|
|||
./wm/wluma.nix
|
||||
];
|
||||
extraSpecialArgs = {
|
||||
inherit inputs breezex-cursor system;
|
||||
inherit inputs breezex-cursor system river-shifttags;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, inputs, ... }: let
|
||||
{ pkgs, inputs, river-shifttags, ... }: let
|
||||
username = "khais";
|
||||
in {
|
||||
home = {
|
||||
|
|
@ -22,6 +22,7 @@ in {
|
|||
wl-clipboard
|
||||
# wm river utils
|
||||
swaylock playerctl brightnessctl
|
||||
river-shifttags.packages.${system}.default
|
||||
# dev tools
|
||||
gitu
|
||||
# music
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue