use gsettings instead of dconf, wip
This commit is contained in:
parent
d6851d5869
commit
7f5c870ecd
13 changed files with 205 additions and 182 deletions
16
modules/graphical/ptyxis.nix
Normal file
16
modules/graphical/ptyxis.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = [
|
||||
pkgs.ptyxis
|
||||
];
|
||||
|
||||
programs.nautilus-open-any-terminal = {
|
||||
enable = true;
|
||||
terminal = "ptyxis";
|
||||
};
|
||||
|
||||
users.users.quadradical.maid.gsettings.settings.org.gnome.Ptyxis = rec {
|
||||
default-profile-uuid = "quadradical";
|
||||
profile-uuids = [default-profile-uuid];
|
||||
Profiles.${default-profile-uuid}.palette = "nord";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue