configuration.nix | remove home-manager, yt-dlp, add rapid-photo-downloader
This commit is contained in:
parent
bcdb028538
commit
bf1dcf6028
1 changed files with 3 additions and 5 deletions
|
|
@ -82,9 +82,9 @@ in
|
|||
users.users.don = {
|
||||
isNormalUser = true;
|
||||
description = "Don Harper";
|
||||
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "video" "mlocate" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "video" "mlocate" "disk" ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINd8AdVbQQ/Fmw+b9mI8EMYqIoRkwmSwAOtmlte3incL don@loki"
|
||||
"git ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINd8AdVbQQ/Fmw+b9mI8EMYqIoRkwmSwAOtmlte3incL don@loki"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -132,7 +132,6 @@ in
|
|||
gtop
|
||||
headset-charge-indicator
|
||||
headsetcontrol
|
||||
home-manager
|
||||
hugo
|
||||
hunspell
|
||||
hunspellDicts.en_US
|
||||
|
|
@ -142,7 +141,6 @@ in
|
|||
jellyfin-media-player
|
||||
jq
|
||||
kanshi
|
||||
#kdeconnect
|
||||
keyutils
|
||||
khal
|
||||
khard
|
||||
|
|
@ -182,6 +180,7 @@ in
|
|||
qpwgraph
|
||||
qutebrowser
|
||||
ranger
|
||||
rapid-photo-downloader
|
||||
rofi
|
||||
ruby
|
||||
signal-desktop
|
||||
|
|
@ -218,7 +217,6 @@ in
|
|||
wlsunset
|
||||
xdg-utils
|
||||
xfce.thunar
|
||||
yt-dlp
|
||||
zathura
|
||||
zoom-us
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue