From a339053df023c20cd0136838a1b1b96a5b5b36ec Mon Sep 17 00:00:00 2001 From: KaitoTLex Date: Mon, 7 Oct 2024 13:03:43 -0700 Subject: [PATCH] yay --- flake.lock | 18 +++++++++--------- hosts/kuroko/configuration.nix | 12 ++++++------ users/kaitotlex/de/sway/default.nix | 7 ++++++- users/kaitotlex/home.nix | 4 +++- 4 files changed, 24 insertions(+), 17 deletions(-) diff --git a/flake.lock b/flake.lock index e7510b8..e993d39 100644 --- a/flake.lock +++ b/flake.lock @@ -189,11 +189,11 @@ ] }, "locked": { - "lastModified": 1726611255, - "narHash": "sha256-/bxaYvIK6/d3zqpW26QFS0rqfd0cO4qreSNWvYLTl/w=", + "lastModified": 1727817100, + "narHash": "sha256-dlyV9/eiWkm/Y/t2+k4CFZ29tBvCANmJogEYaHeAOTw=", "owner": "nix-community", "repo": "home-manager", - "rev": "d2493de5cd1da06b6a4c3e97f4e7d5dd791df457", + "rev": "437ec62009fa8ceb684eb447d455ffba25911cf9", "type": "github" }, "original": { @@ -313,11 +313,11 @@ "satellite": "satellite" }, "locked": { - "lastModified": 1726622808, - "narHash": "sha256-Az5HT1fe6Yf1vmrR32OjvF7iZ1sh7oH7lXIWv8w7KeE=", + "lastModified": 1727886157, + "narHash": "sha256-+gdybUe2sz3QF+pwVVJFz4uBlHjDyHWWpxhDMafBVvk=", "owner": "KaitoTLex", "repo": "neovim-flake", - "rev": "5e32cf5afe1201400fe6e01939035e507290488e", + "rev": "77af044f5e51da9bdc03200a0607d3ee30c8c0d0", "type": "github" }, "original": { @@ -426,11 +426,11 @@ ] }, "locked": { - "lastModified": 1726633022, - "narHash": "sha256-Ef/kTMoV3aPfecL2X27sxYshsLJJDIBFKYjPsqaTUBw=", + "lastModified": 1727842659, + "narHash": "sha256-2m5hx16ayKSvRFQyHDfRXMWVZDyDpI3DMwr7ujf+3tg=", "owner": "Gerg-L", "repo": "spicetify-nix", - "rev": "9f373314f087e11183afe6928d48a816d44929d4", + "rev": "3e033244348288c6995b155a493a229e499a7c4f", "type": "github" }, "original": { diff --git a/hosts/kuroko/configuration.nix b/hosts/kuroko/configuration.nix index 2959efb..ca99149 100644 --- a/hosts/kuroko/configuration.nix +++ b/hosts/kuroko/configuration.nix @@ -15,6 +15,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; virtualisation.waydroid.enable = true; + boot.kernelPackages = pkgs.linuxPackages_xanmod; networking.hostName = "kuroko"; # Define your hostname. #Nvidia Hardware begins @@ -63,7 +64,6 @@ security.polkit.enable = true; # Enable networking networking.networkmanager.enable = true; - # Set your time zone. time.timeZone = "America/Los_Angeles"; @@ -87,11 +87,11 @@ # programs.mtr.enable = true; services.fprintd = { enable = true; - #package = pkgs.fprintd-tod; - #tod = { - # enable = false; - # driver = pkgs.libfprint-2-tod1-elan; - #}; + package = pkgs.fprintd-tod; + tod = { + enable = true; + driver = pkgs.libfprint-2-tod1-elan; + }; }; # List services that you want to enable: services.actkbd = { diff --git a/users/kaitotlex/de/sway/default.nix b/users/kaitotlex/de/sway/default.nix index 9035477..07de918 100644 --- a/users/kaitotlex/de/sway/default.nix +++ b/users/kaitotlex/de/sway/default.nix @@ -57,9 +57,14 @@ startup = [ { always = true; - command = "swaybg -i /home/kaitotlex/Pictures/maic.png"; + command = "swaybg -i /home/kaitotlex/Pictures/eff.png"; } ]; }; + xwayland = true; + #extraConfigs = { + # keybindings = "bindsym XF86MonBrightnessDown exec brightnessctl -d amdgpu_bl2 set 10%- \n + # bindsym XF86MonBrightnessUp exec brightnessctl -d amdgpu_bl2 set 10%+"; + #}; }; } diff --git a/users/kaitotlex/home.nix b/users/kaitotlex/home.nix index ebe19e7..2bc1f1f 100644 --- a/users/kaitotlex/home.nix +++ b/users/kaitotlex/home.nix @@ -33,6 +33,7 @@ chromium manga-tui thunderbird + rustup pamixer @@ -94,6 +95,7 @@ #sway Modules swaybg + xwayland # LaTeX stuff texliveFull @@ -204,7 +206,7 @@ programs.oh-my-posh = { enable = true; # enableZshIntegration = true; - enableFishIntegration = true; + enableFishIntegration = false; enableBashIntegration = true; useTheme = "gruvbox"; };