Compare commits

...

3 Commits

Author SHA1 Message Date
Nina Chlóe Kassandra Reiß 359d44b72b Remove printer drivers because fuck printers 2026-06-16 18:54:45 +02:00
Nina Chlóe Kassandra Reiß 800560e7fd Remove unused theme regreet elements 2026-06-16 18:52:10 +02:00
Nina Chlóe Kassandra Reiß 2a827720b1 Adjust XP wallpaper 2026-06-16 18:40:40 +02:00
4 changed files with 1 additions and 40 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 842 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 842 KiB

-39
View File
@@ -29,46 +29,7 @@ in
name = "adw-gtk3"; name = "adw-gtk3";
}; };
iconTheme = {
package = pkgs.papirus-icon-theme;
name = "Papirus";
};
cursorTheme = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Classic";
};
font = {
package = pkgs.inter;
name = "Inter";
};
extraCss = ''
window {
background: linear-gradient(135deg, #111827, #1f2937);
}
box, frame {
border-radius: 18px;
background-color: rgba(17, 24, 39, 0.72);
padding: 24px;
}
entry, button, combobox {
border-radius: 12px;
}
label {
color: #f9fafb;
}
'';
settings = { settings = {
background = {
path = "/home/nichkara/.config/hypr/wallpaper/XP.jpg";
fit = "Cover";
};
dark_mode = true; dark_mode = true;
clock = true; clock = true;
greeting_message = "Hello Nina"; greeting_message = "Hello Nina";
+1 -1
View File
@@ -8,7 +8,7 @@ in
./file-system.nix ./file-system.nix
./media.nix ./media.nix
./security/keyring.nix ./security/keyring.nix
./printer.nix #./printer.nix
]; ];
environment.systemPackages = environment.systemPackages =