nixify gnome extension list
This commit is contained in:
parent
fcc119822d
commit
2e34ac7ccf
1 changed files with 11 additions and 1 deletions
|
@ -10,6 +10,16 @@
|
||||||
# https://github.com/NixOS/nixpkgs/issues/114514#issuecomment-1177709271
|
# https://github.com/NixOS/nixpkgs/issues/114514#issuecomment-1177709271
|
||||||
experimental-features = [ "scale-monitor-framebuffer" ];
|
experimental-features = [ "scale-monitor-framebuffer" ];
|
||||||
};
|
};
|
||||||
|
"org/gnome/shell" = {
|
||||||
|
disable-user-extensions = false;
|
||||||
|
|
||||||
|
# `gnome-extensions list` for a list
|
||||||
|
enabled-extensions = [
|
||||||
|
"caffeine@patapon.info"
|
||||||
|
"clipboard-indicator@tudmotu.com"
|
||||||
|
"sound-output-device-chooser@kgshank.net"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.gnome-terminal = {
|
programs.gnome-terminal = {
|
||||||
|
@ -18,7 +28,7 @@
|
||||||
cyplo = {
|
cyplo = {
|
||||||
visibleName = "peninsula";
|
visibleName = "peninsula";
|
||||||
default = true;
|
default = true;
|
||||||
font = "Fira Code Nerd Font";
|
font = "Berkeley Mono";
|
||||||
colors = {
|
colors = {
|
||||||
foregroundColor = "#838394949696";
|
foregroundColor = "#838394949696";
|
||||||
backgroundColor = "#00002B2B3636";
|
backgroundColor = "#00002B2B3636";
|
||||||
|
|
Loading…
Reference in a new issue