Shift home config to enable by desktop, work out more details later
This commit is contained in:
parent
d873588c59
commit
77168ba9c7
37 changed files with 120 additions and 127 deletions
|
@ -80,7 +80,7 @@ in {
|
|||
}
|
||||
];
|
||||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
definedAliases = [ "@pkgs" ];
|
||||
definedAliases = [ "@p" ];
|
||||
};
|
||||
"MyNixOS" = {
|
||||
urls = [
|
||||
|
@ -137,8 +137,6 @@ in {
|
|||
commonSettings = {
|
||||
"general.autoScroll" = true;
|
||||
|
||||
"places.history.enabled" = false;
|
||||
|
||||
"font.name.serif.x-western" = config.look.fonts.main;
|
||||
"font.name.sans-serif.x-western" = config.look.fonts.main;
|
||||
"font.name.monospace.x-western" = config.look.fonts.nerd;
|
||||
|
@ -244,7 +242,7 @@ in {
|
|||
"webgl.disabled" = false;
|
||||
};
|
||||
in {
|
||||
enable = true;
|
||||
enable = config.home.desktop.enable;
|
||||
package = pkgs.librewolf;
|
||||
profiles = {
|
||||
Main = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue