swaync instead of mako

This commit is contained in:
Andrea Ciceri 2024-01-03 12:27:48 +01:00
parent e86aa21e3d
commit d8d34387c2
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
4 changed files with 35 additions and 1 deletions

View file

@ -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 = {