swaync
instead of mako
This commit is contained in:
parent
e86aa21e3d
commit
d8d34387c2
4 changed files with 35 additions and 1 deletions
|
@ -15,6 +15,11 @@
|
|||
url = "github:aciceri/home-manager/git-workspace";
|
||||
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||
};
|
||||
# TODO: remove after https://github.com/nix-community/home-manager/pull/4249
|
||||
homeManagerSwayNC = {
|
||||
url = "github:rhoriguchi/home-manager/swaync";
|
||||
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||
};
|
||||
disko = {
|
||||
url = "github:nix-community/disko";
|
||||
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||
|
@ -29,6 +34,7 @@
|
|||
nur.url = "github:nix-community/NUR";
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
rock5b.url = "github:aciceri/rock5b-nixos";
|
||||
# ccrEmacs.url = "ccrEmacs";
|
||||
ccrEmacs.url = "github:aciceri/emacs";
|
||||
# ccrEmacs.url = "/home/ccr/.config/emacs";
|
||||
treefmt-nix = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue