diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-02-19 18:55:40 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-02-19 18:55:40 +0530 |
| commit | c75374422410abc28c65993f63ee73eb93ec6ebb (patch) | |
| tree | a2dd863a87963525c297da00316f0181b3ddb352 /configuration.nix | |
| parent | 90ae94ddfed25fb7fe2fe2c8c4a7a67e5f84f657 (diff) | |
| download | nixos-config-new-laptop.tar.gz nixos-config-new-laptop.zip | |
replace gotop with bottomnew-laptop
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; |
