aaa
This commit is contained in:
parent
840e3e1398
commit
7a6fbff426
2 changed files with 8 additions and 9 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
visibility: hidden !important;
|
visibility: hidden !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.browserSidebarContainer {
|
/*.browserSidebarContainer {
|
||||||
border: 0px solid var(--surface0) !important;
|
border: 0px solid var(--surface0) !important;
|
||||||
border-radius: 4px !important;
|
border-radius: 4px !important;
|
||||||
background-color: var(--mantle) !important;
|
background-color: var(--mantle) !important;
|
||||||
|
|
@ -34,4 +34,4 @@
|
||||||
.browserStack {
|
.browserStack {
|
||||||
border-radius: 2px !important;
|
border-radius: 2px !important;
|
||||||
background-color: var(--base) !important;
|
background-color: var(--base) !important;
|
||||||
}
|
}*/
|
||||||
|
|
|
||||||
|
|
@ -11,15 +11,14 @@
|
||||||
accent = "base0D";
|
accent = "base0D";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = [
|
home.packages = with pkgs; [
|
||||||
# steam gtk theming
|
|
||||||
pkgs.adwsteamgtk
|
|
||||||
|
|
||||||
pkgs-unstable.ckan
|
pkgs-unstable.ckan
|
||||||
pkgs.daggerfall-unity
|
|
||||||
|
|
||||||
pkgs.vintagestory
|
# steam gtk theming
|
||||||
pkgs.gamemode
|
adwsteamgtk
|
||||||
|
daggerfall-unity
|
||||||
|
vintagestory
|
||||||
|
gamemode
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.noctalia-shell.settings.brightness.enableDdcSupport = true;
|
programs.noctalia-shell.settings.brightness.enableDdcSupport = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue