adapted gitignore + removed obsolete packages
This commit is contained in:
@@ -6,3 +6,4 @@ result-*
|
|||||||
# Ignore automatically generated direnv output
|
# Ignore automatically generated direnv output
|
||||||
.direnv
|
.direnv
|
||||||
|
|
||||||
|
henrovnix/.README.org.kate-swp
|
||||||
|
|||||||
@@ -1,18 +1,18 @@
|
|||||||
##############################################
|
##############################################
|
||||||
# These files are just for reference.
|
# These files are just for reference.
|
||||||
# If you want to change anything, edit the source files in:
|
# If you want to change anything, edit the source files in:
|
||||||
# ~/<defaultUser>nix/assets/conf
|
# ~/henrovnix/assets/conf
|
||||||
#
|
#
|
||||||
# After that, run:
|
# After that, run:
|
||||||
# cd ~/<defaultUser>nix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
|
# cd ~/henrovnix && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .#<yourhost>
|
||||||
#
|
#
|
||||||
# If everything still works, you can use the same command but:
|
# If everything still works, you can use the same command but:
|
||||||
# - keep "switch"
|
# - keep "switch"
|
||||||
# - and add a reboot:
|
# - and add a reboot:
|
||||||
#
|
#
|
||||||
# cd ~/<defaultUser>nix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
|
# cd ~/henrovnix && sudo nixos-rebuild switch --flake .#<yourhost> && systemctl reboot
|
||||||
#
|
#
|
||||||
# Make sure the lines starting with: cd ~/<defaultUser>nix
|
# Make sure the lines starting with: cd ~/henrovnix
|
||||||
# are written as ONE single line.
|
# are written as ONE single line.
|
||||||
#
|
#
|
||||||
#IMPORTANT:
|
#IMPORTANT:
|
||||||
@@ -28,9 +28,6 @@ wofi
|
|||||||
xdg-utils
|
xdg-utils
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
playerctl
|
playerctl
|
||||||
pamixer
|
|
||||||
pavucontrol
|
|
||||||
brightnessctl
|
|
||||||
rofi
|
rofi
|
||||||
simple-scan
|
simple-scan
|
||||||
mpv
|
mpv
|
||||||
@@ -48,32 +45,20 @@ hyprpaper
|
|||||||
|
|
||||||
# utils
|
# utils
|
||||||
wget
|
wget
|
||||||
nextcloud-client
|
|
||||||
kdePackages.okular
|
|
||||||
kdePackages.gwenview
|
|
||||||
kdePackages.kdeconnect-kde
|
kdePackages.kdeconnect-kde
|
||||||
_1password-gui
|
_1password-gui
|
||||||
docker
|
|
||||||
tree
|
tree
|
||||||
ripgrep
|
|
||||||
gparted
|
gparted
|
||||||
file
|
file
|
||||||
htop
|
htop
|
||||||
wev
|
wev
|
||||||
solaar
|
solaar
|
||||||
|
|
||||||
# terminals
|
|
||||||
kdePackages.konsole
|
|
||||||
kdePackages.yakuake
|
|
||||||
|
|
||||||
# office
|
# office
|
||||||
obsidian
|
obsidian
|
||||||
onlyoffice-desktopeditors
|
onlyoffice-desktopeditors
|
||||||
|
|
||||||
# development
|
# development
|
||||||
git
|
|
||||||
vscode-with-extensions
|
|
||||||
kdePackages.kate
|
|
||||||
postman
|
postman
|
||||||
tea
|
tea
|
||||||
|
|
||||||
@@ -90,6 +75,3 @@ audacity
|
|||||||
handbrake
|
handbrake
|
||||||
spotify
|
spotify
|
||||||
vlc
|
vlc
|
||||||
|
|
||||||
#play
|
|
||||||
dualsensectl
|
|
||||||
|
|||||||
Reference in New Issue
Block a user