Added disk utility, kdeconnect
This commit is contained in:
parent
4ba888bc9e
commit
7bf7df6000
|
@ -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": {
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user