Merge branch 'main' of github.com:anotherhadi/nixy

This commit is contained in:
pph
2026-04-07 13:42:51 +02:00
34 changed files with 676 additions and 293 deletions
+1
View File
@@ -11,6 +11,7 @@
./launcher.nix
./appearance.nix
./scheme.nix
./swappy.nix
];
programs.caelestia = {
+11
View File
@@ -0,0 +1,11 @@
{
xdg.configFile."swappy/config".text = ''
[Default]
save_dir=~/Pictures/Screenshots
save_filename_format=screenshot-%Y%m%d-%H%M%S.png
show_panel=false
line_size=5
text_size=20
text_font=sans-serif
'';
}
+1 -1
View File
@@ -83,7 +83,7 @@ in {
{
key = "h";
desc = "Home";
cmd = "${pkgs.brave}/bin/brave 'https://home.hadi.diy'";
cmd = "${pkgs.brave}/bin/brave 'https://home.hadi.icu'";
}
{
key = "m";