From 79ac67ecc5de62db368baf7d094319b78a622595 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Fri, 4 Aug 2023 00:21:25 +0200 Subject: [PATCH 1/3] dregil: Install some more ui tools --- outputs/homeConfigurations/default.nix | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/outputs/homeConfigurations/default.nix b/outputs/homeConfigurations/default.nix index de7154b..c885524 100644 --- a/outputs/homeConfigurations/default.nix +++ b/outputs/homeConfigurations/default.nix @@ -19,9 +19,6 @@ in { keyboard.variant = "dvorak"; packages = with pkgs; [ - alacritty # fast terminal - firefox # the browser with the fox - # social jitsi-meet-electron # jitsi as a stand-alone app discord # talk to other people @@ -42,6 +39,17 @@ in { ]; }; + programs = { + alacritty.enable = true; + autorandr.enable = true; + feh.enable = true; + firefox.enable = true; + mpv.enable = true; + rofi.enable = true; + rofi.pass.enable = true; + zathura.enable = true; + }; + services.gpg-agent = { enable = true; enableSshSupport = true; From b407c5820558eaabae560f36eba42109bdff947c Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Sat, 5 Aug 2023 23:15:05 +0200 Subject: [PATCH 2/3] dregil: Enable autorandr service --- outputs/homeConfigurations/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/outputs/homeConfigurations/default.nix b/outputs/homeConfigurations/default.nix index c885524..01ad36a 100644 --- a/outputs/homeConfigurations/default.nix +++ b/outputs/homeConfigurations/default.nix @@ -55,6 +55,8 @@ in { enableSshSupport = true; sshKeys = [ "9027AB16B9A7C20BD29F30F55CBA054430BF014C" ]; }; + + services.autorandr = { enable = true; }; } ]; }; From d325715e33f4b4ac297af5c2468bfbcee22d09e4 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Sat, 5 Aug 2023 23:15:20 +0200 Subject: [PATCH 3/3] Remove commented code --- outputs/homeConfigurations/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/outputs/homeConfigurations/default.nix b/outputs/homeConfigurations/default.nix index 01ad36a..0119318 100644 --- a/outputs/homeConfigurations/default.nix +++ b/outputs/homeConfigurations/default.nix @@ -22,9 +22,6 @@ in { # social jitsi-meet-electron # jitsi as a stand-alone app discord # talk to other people - #inputs.simplex-chat.packages."x86_64-linux"."exe:simplex-chat" - - # editing # system tools uhk-agent # my keyboard