diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/configuration.nix b/configuration.nix index 1c30b42..af53443 100644 --- a/configuration.nix +++ b/configuration.nix @@ -94,12 +94,16 @@ in # xdg-desktop-portal-gtk xdg-desktop-portal-xapp ]); + config = { + common.default = "*"; + }; }; + programs.darling.enable = true; # macos emu # I18n and keyboard layout time.timeZone = "Asia/Kolkata"; i18n.defaultLocale = "en_US.UTF-8"; - services.xserver.layout = "us"; + services.xserver.xkb.layout = "us"; # Home manager home-manager.users.imsohexy = { pkgs, ... }: { @@ -138,15 +142,6 @@ in suspendKey = "ignore"; }; - # programs.firefox = { - # enable = true; - # preferences = { - # "browser.uidensity" = 1; - # "browser.compactmode.show" = true; - # "toolkit.legacyUserProfileCustomizations.stylesheets" = true; - # }; - # }; - nix.settings = { experimental-features = [ "nix-command" "flakes" ]; auto-optimise-store = true; |
