mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
feat(niri): set qt theme to dark
This commit is contained in:
@@ -30,6 +30,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
style = {
|
||||
name = "adwaita-dark";
|
||||
};
|
||||
};
|
||||
|
||||
# Fix for steam cursor
|
||||
home.file.".local/share/icons/default" = {
|
||||
source = "${pkgs.bibata-cursors}/share/icons/Bibata-Modern-Classic/";
|
||||
|
||||
Reference in New Issue
Block a user