From b5adb5105d21b164e8e4e6ed90b3c8306f8a07b9 Mon Sep 17 00:00:00 2001 From: anand Date: Thu, 8 Jan 2026 11:20:15 +0530 Subject: changed a few things removed polybar, changed gpg pinentry to gnome3 moved thunar plugins to the top level and some other things I suppose. --- configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 118af27..b44e5b1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -112,7 +112,6 @@ ly pavucontrol waybar - polybar pass rofi rofimoji @@ -162,7 +161,7 @@ programs.gnupg.agent = { enable = true; enableSSHSupport = true; - pinentryPackage = pkgs.pinentry-curses; + pinentryPackage = pkgs.pinentry-gnome3; }; programs.hyprland = { enable = true; @@ -171,7 +170,7 @@ programs.firefox.enable = true; programs.thunar = { enable = true; - plugins = with pkgs.xfce; [ + plugins = with pkgs; [ thunar-volman thunar-archive-plugin thunar-media-tags-plugin @@ -193,6 +192,8 @@ }; }; + services.power-profiles-daemon.enable = false; + services.desktopManager.cosmic.enable = true; services.gvfs.enable = true; services.tumbler.enable = true; services.openssh.enable = true; -- cgit v1.2.3