updates
This commit is contained in:
parent
1d0d9a040d
commit
c4915bae20
8 changed files with 119 additions and 93 deletions
|
|
@ -51,6 +51,7 @@
|
|||
gimp
|
||||
calibre
|
||||
spotify-player
|
||||
obs-studio
|
||||
|
||||
# browsers
|
||||
# (chromium.override {
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
];
|
||||
};
|
||||
policies = {
|
||||
BlockAboutConfig = true;
|
||||
BlockAboutConfig = false;
|
||||
DefaultDownloadDirectory = "\${home}/Downloads";
|
||||
# Check about:support for extension/add-on ID strings.
|
||||
# Valid strings for installation_mode are "allowed", "blocked",
|
||||
|
|
|
|||
|
|
@ -15,22 +15,15 @@
|
|||
catppuccin-cursors.mochaLight
|
||||
catppuccin-cursors.mochaBlue
|
||||
|
||||
(
|
||||
(catppuccin-kde.override {
|
||||
flavour = [
|
||||
"latte"
|
||||
"mocha"
|
||||
];
|
||||
accents = [
|
||||
"blue"
|
||||
];
|
||||
}).overrideAttrs
|
||||
(oldAttrs: {
|
||||
postInstall = ''
|
||||
rm -rf $out/share/aurorae
|
||||
'';
|
||||
})
|
||||
)
|
||||
(catppuccin-kde.override {
|
||||
flavour = [
|
||||
"latte"
|
||||
"mocha"
|
||||
];
|
||||
accents = [
|
||||
"blue"
|
||||
];
|
||||
})
|
||||
|
||||
# steam gtk theming
|
||||
adwsteamgtk
|
||||
|
|
|
|||
|
|
@ -20,22 +20,15 @@
|
|||
catppuccin-cursors.mochaLight
|
||||
catppuccin-cursors.mochaPeach
|
||||
|
||||
(
|
||||
(catppuccin-kde.override {
|
||||
flavour = [
|
||||
"latte"
|
||||
"mocha"
|
||||
];
|
||||
accents = [
|
||||
"peach"
|
||||
];
|
||||
}).overrideAttrs
|
||||
(oldAttrs: {
|
||||
postInstall = ''
|
||||
rm -rf $out/share/aurorae
|
||||
'';
|
||||
})
|
||||
)
|
||||
(catppuccin-kde.override {
|
||||
flavour = [
|
||||
"latte"
|
||||
"mocha"
|
||||
];
|
||||
accents = [
|
||||
"peach"
|
||||
];
|
||||
})
|
||||
|
||||
moonlight-qt
|
||||
];
|
||||
|
|
|
|||
|
|
@ -15,22 +15,15 @@
|
|||
catppuccin-cursors.mochaLight
|
||||
catppuccin-cursors.mochaGreen
|
||||
|
||||
(
|
||||
(catppuccin-kde.override {
|
||||
flavour = [
|
||||
"latte"
|
||||
"mocha"
|
||||
];
|
||||
accents = [
|
||||
"green"
|
||||
];
|
||||
}).overrideAttrs
|
||||
(oldAttrs: {
|
||||
postInstall = ''
|
||||
rm -rf $out/share/aurorae
|
||||
'';
|
||||
})
|
||||
)
|
||||
(catppuccin-kde.override {
|
||||
flavour = [
|
||||
"latte"
|
||||
"mocha"
|
||||
];
|
||||
accents = [
|
||||
"green"
|
||||
];
|
||||
})
|
||||
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue