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

22
flake.lock generated
View file

@ -653,6 +653,27 @@
"type": "github"
}
},
"homeManagerSwayNC": {
"inputs": {
"nixpkgs": [
"nixpkgsUnstable"
]
},
"locked": {
"lastModified": 1693438012,
"narHash": "sha256-lna00DqThxBf8tPHK9MTvDpA1wMNwKzSKkZ2dWHEu+c=",
"owner": "rhoriguchi",
"repo": "home-manager",
"rev": "095b525475e0ef0d5d5767014dc7755ce34963d9",
"type": "github"
},
"original": {
"owner": "rhoriguchi",
"ref": "swaync",
"repo": "home-manager",
"type": "github"
}
},
"kernel-src": {
"flake": false,
"locked": {
@ -1110,6 +1131,7 @@
"hercules-ci-effects": "hercules-ci-effects_2",
"homeManager": "homeManager",
"homeManagerGitWorkspace": "homeManagerGitWorkspace",
"homeManagerSwayNC": "homeManagerSwayNC",
"nixosHardware": "nixosHardware",
"nixpkgsStable": "nixpkgsStable",
"nixpkgsUnstable": "nixpkgsUnstable",

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

View file

@ -24,7 +24,8 @@ in {
./hyprpaper.nix
../waybar
../swayidle
../mako
# ../mako
../swaync
../gammastep
# ../kitty
../wezterm

View file

@ -0,0 +1,5 @@
{
services.swaync = {
enable = true;
};
}