Compare commits
No commits in common. "6747aba0d3053a8a20ab7af1ab9e924157ee0b4d" and "eb7b34924a18403e69b02bbd72063fbef38d9050" have entirely different histories.
6747aba0d3
...
eb7b34924a
4 changed files with 0 additions and 25 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./programs
|
||||
./gnome.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
"appindicatorsupport@rgcjonas.gmail.com"
|
||||
"dash-to-dock@micxgx.gmail.com"
|
||||
];
|
||||
"org/gnome/desktop/interface".color-scheme = "prefer-dark";
|
||||
"org/gnome/mutter".dynamic-workspaces = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,18 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
programs.gnome-terminal.enable = false;
|
||||
environment.systemPackages = with pkgs; [
|
||||
blackbox-terminal
|
||||
];
|
||||
|
||||
home-manager.users.toast = {lib, ...}: {
|
||||
dconf.settings = with lib.hm.gvariant; {
|
||||
"com/raggesilver/BlackBox" = {
|
||||
# Dark mode
|
||||
style-preference = mkUint32 2;
|
||||
# Default working directory is home folder
|
||||
working-directory-mode = mkUint32 1;
|
||||
custom-font = "JetBrainsMono Nerd Font Mono 12";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./blackbox.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue