From c75374422410abc28c65993f63ee73eb93ec6ebb Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 19 Feb 2024 18:55:40 +0530 Subject: replace gotop with bottom --- configuration.nix | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'configuration.nix') 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; -- cgit v1.3.1