Added disk utility, kdeconnect
This commit is contained in:
parent
4ba888bc9e
commit
7bf7df6000
|
@ -55,11 +55,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-unstable": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1726463316,
|
"lastModified": 1726937504,
|
||||||
"narHash": "sha256-gI9kkaH0ZjakJOKrdjaI/VbaMEo9qBbSUl93DnU7f4c=",
|
"narHash": "sha256-bvGoiQBvponpZh8ClUcmJ6QnsNKw0EMrCQJARK3bI1c=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "99dc8785f6a0adac95f5e2ab05cc2e1bf666d172",
|
"rev": "9357f4f23713673f310988025d9dc261c20e70c6",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -136,8 +136,10 @@
|
||||||
#
|
#
|
||||||
keepassxc
|
keepassxc
|
||||||
obs-studio
|
obs-studio
|
||||||
unstable.betaflight-configurator
|
prusa-slicer
|
||||||
yubioath-flutter
|
yubioath-flutter
|
||||||
|
gnome.gnome-disk-utility
|
||||||
|
kdePackages.filelight
|
||||||
|
|
||||||
#
|
#
|
||||||
# Style
|
# Style
|
||||||
|
@ -165,6 +167,10 @@
|
||||||
# };
|
# };
|
||||||
# location where stylus data is kept
|
# location where stylus data is kept
|
||||||
# /home/nate/.mozilla/firefox/default/storage/default/moz-extension+++77a1d59f-183c-4439-b249-fdae98b7bd7b/idb
|
# /home/nate/.mozilla/firefox/default/storage/default/moz-extension+++77a1d59f-183c-4439-b249-fdae98b7bd7b/idb
|
||||||
|
services.kdeconnect = {
|
||||||
|
enable = true;
|
||||||
|
indicator = true;
|
||||||
|
};
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
# MANPAGER="sh -c 'col -bx | bat -l man -p'";
|
# 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"
|
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 ls="lsd"
|
||||||
alias l="lsd --almost-all --long"
|
alias l="lsd --almost-all --long"
|
||||||
alias llm="lsd --timesort --long"
|
alias llm="lsd --timesort --long"
|
||||||
|
|
|
@ -110,7 +110,7 @@
|
||||||
programs.gamemode.enable = true;
|
programs.gamemode.enable = true;
|
||||||
|
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
programs.kdeconnect.enable = true;
|
# programs.kdeconnect.enable = true;
|
||||||
# service file to start the sshAgent
|
# service file to start the sshAgent
|
||||||
programs.ssh.startAgent = true;
|
programs.ssh.startAgent = true;
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@
|
||||||
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
|
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
# Mesa
|
# Mesa
|
||||||
# enable = true;
|
enable = true;
|
||||||
# Vulkan
|
# Vulkan
|
||||||
# driSupport = true;
|
# driSupport = true;
|
||||||
# Rocm support and vulkan drivers
|
# Rocm support and vulkan drivers
|
||||||
|
|
Loading…
Reference in New Issue
Block a user