From 7bf7df600075a6013e29bc4bf589e62b23e181df Mon Sep 17 00:00:00 2001 From: Nathan Anderson Date: Fri, 8 Nov 2024 08:52:19 -0700 Subject: [PATCH] Added disk utility, kdeconnect --- flake.lock | 6 +++--- nate/modules/home-manager/home.nix | 10 +++++++--- nate/modules/sway/sway_conf.nix | 4 ++-- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index b2c7b70..14594bc 100644 --- a/flake.lock +++ b/flake.lock @@ -55,11 +55,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1726463316, - "narHash": "sha256-gI9kkaH0ZjakJOKrdjaI/VbaMEo9qBbSUl93DnU7f4c=", + "lastModified": 1726937504, + "narHash": "sha256-bvGoiQBvponpZh8ClUcmJ6QnsNKw0EMrCQJARK3bI1c=", "owner": "nixos", "repo": "nixpkgs", - "rev": "99dc8785f6a0adac95f5e2ab05cc2e1bf666d172", + "rev": "9357f4f23713673f310988025d9dc261c20e70c6", "type": "github" }, "original": { diff --git a/nate/modules/home-manager/home.nix b/nate/modules/home-manager/home.nix index b12f4e8..5d09c0e 100644 --- a/nate/modules/home-manager/home.nix +++ b/nate/modules/home-manager/home.nix @@ -136,8 +136,10 @@ # keepassxc obs-studio - unstable.betaflight-configurator + prusa-slicer yubioath-flutter + gnome.gnome-disk-utility + kdePackages.filelight # # Style @@ -165,6 +167,10 @@ # }; # location where stylus data is kept # /home/nate/.mozilla/firefox/default/storage/default/moz-extension+++77a1d59f-183c-4439-b249-fdae98b7bd7b/idb + services.kdeconnect = { + enable = true; + indicator = true; + }; home.sessionVariables = { # MANPAGER="sh -c 'col -bx | bat -l man -p'"; @@ -228,8 +234,6 @@ nix-shell -p yt-dlp --run "yt-dlp -x $1 --audio-format mp3" } - # Better Unix Aliases - # alias ask="nix-shell -p python310Packages.openai --run 'python ~/source/python/chat.py'" alias ls="lsd" alias l="lsd --almost-all --long" alias llm="lsd --timesort --long" diff --git a/nate/modules/sway/sway_conf.nix b/nate/modules/sway/sway_conf.nix index cddb93b..76ab186 100644 --- a/nate/modules/sway/sway_conf.nix +++ b/nate/modules/sway/sway_conf.nix @@ -110,7 +110,7 @@ programs.gamemode.enable = true; programs.adb.enable = true; - programs.kdeconnect.enable = true; + # programs.kdeconnect.enable = true; # service file to start the sshAgent programs.ssh.startAgent = true; @@ -175,7 +175,7 @@ hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot hardware.opengl = { # Mesa - # enable = true; + enable = true; # Vulkan # driSupport = true; # Rocm support and vulkan drivers