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 = {
|
users.users.don = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Don Harper";
|
description = "Don Harper";
|
||||||
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "video" "mlocate" ];
|
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "video" "mlocate" "disk" ];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINd8AdVbQQ/Fmw+b9mI8EMYqIoRkwmSwAOtmlte3incL don@loki"
|
"git ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINd8AdVbQQ/Fmw+b9mI8EMYqIoRkwmSwAOtmlte3incL don@loki"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -132,7 +132,6 @@ in
|
||||||
gtop
|
gtop
|
||||||
headset-charge-indicator
|
headset-charge-indicator
|
||||||
headsetcontrol
|
headsetcontrol
|
||||||
home-manager
|
|
||||||
hugo
|
hugo
|
||||||
hunspell
|
hunspell
|
||||||
hunspellDicts.en_US
|
hunspellDicts.en_US
|
||||||
|
|
@ -142,7 +141,6 @@ in
|
||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
jq
|
jq
|
||||||
kanshi
|
kanshi
|
||||||
#kdeconnect
|
|
||||||
keyutils
|
keyutils
|
||||||
khal
|
khal
|
||||||
khard
|
khard
|
||||||
|
|
@ -182,6 +180,7 @@ in
|
||||||
qpwgraph
|
qpwgraph
|
||||||
qutebrowser
|
qutebrowser
|
||||||
ranger
|
ranger
|
||||||
|
rapid-photo-downloader
|
||||||
rofi
|
rofi
|
||||||
ruby
|
ruby
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
|
@ -218,7 +217,6 @@ in
|
||||||
wlsunset
|
wlsunset
|
||||||
xdg-utils
|
xdg-utils
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
yt-dlp
|
|
||||||
zathura
|
zathura
|
||||||
zoom-us
|
zoom-us
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue