diff --git a/hosts/shiroko/configuration.nix b/hosts/shiroko/configuration.nix index ed20ca6..5beb954 100644 --- a/hosts/shiroko/configuration.nix +++ b/hosts/shiroko/configuration.nix @@ -20,6 +20,24 @@ virtualisation.waydroid.enable = true; networking.hostName = "shiroko"; # Define your hostname. + services.fprintd.enable = true; + services.desktopManager.plasma6.enable = true; + services.actkbd = { + enable = true; + bindings = [ + { + keys = [ 232 ]; + events = [ "key" ]; + command = "${pkgs.brightnessctl}/bin/brightnessctl set 1000"; + } + { + keys = [ 233 ]; + events = [ "key" ]; + command = "${pkgs.brightnessctl}/bin/brightnessctl set 1000-"; + } + ]; + }; + # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; diff --git a/users/kaitotlex/de/sway/default.nix b/users/kaitotlex/de/sway/default.nix index 517ff28..a78988e 100644 --- a/users/kaitotlex/de/sway/default.nix +++ b/users/kaitotlex/de/sway/default.nix @@ -51,8 +51,13 @@ }; }; window = { - border = 5; + border = 3; titlebar = false; + #startup = [ + #{ + # command = "swaybg -i /home/kaitotlex/Pictures/bg.png"; + # } + #]; }; }; }; diff --git a/users/kaitotlex/home.nix b/users/kaitotlex/home.nix index abd8aba..7188964 100644 --- a/users/kaitotlex/home.nix +++ b/users/kaitotlex/home.nix @@ -34,6 +34,9 @@ manga-tui thunderbird + dolphin + xfce.thunar + clang macchanger ani-cli @@ -78,8 +81,6 @@ arduino-cli jdk # nix related - # - # it provides the command `nom` works just like `nix` # with more details log output nix-output-monitor # productivity @@ -87,6 +88,9 @@ obsidian # markdown previewer thunderbird-unwrapped # Full Feature Email Client + #sway Modules + swaybg + # LaTeX stuff texliveFull texlivePackages.pdflatexpicscale @@ -102,6 +106,7 @@ texlivePackages.csquotes texlivePackages.csquotes-de texlivePackages.collection-latexextra + texpresso btop # replacement of htop/nmon iotop # io monitoring @@ -141,6 +146,7 @@ social-engineer-toolkit aircrack-ng + brightnessctl ]; programs.rofi = { enable = true;