add arguments to update flake; add xdg icon fallback; organised applications in home manager
This commit is contained in:
@@ -44,18 +44,25 @@
|
||||
# (pkgs.writeShellScriptBin "my-hello" ''
|
||||
# echo "Hello, ${config.home.username}!"
|
||||
# '')
|
||||
|
||||
# general
|
||||
thunderbird
|
||||
keepassxc
|
||||
strawberry-qt6
|
||||
rclone
|
||||
qbittorrent
|
||||
yt-dlp
|
||||
libreoffice-qt
|
||||
joplin-desktop
|
||||
obsidian
|
||||
|
||||
# cmd line tools
|
||||
yt-dlp
|
||||
|
||||
# media
|
||||
strawberry-qt6
|
||||
jellyfin-media-player
|
||||
|
||||
# comms
|
||||
teamspeak_client
|
||||
webcord
|
||||
libreoffice-qt
|
||||
jellyfin-media-player
|
||||
];
|
||||
|
||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||
@@ -109,6 +116,10 @@
|
||||
chromium = {
|
||||
enable = true;
|
||||
package = pkgs.brave;
|
||||
config = {
|
||||
screenshot-directory = "~/Pictures/";
|
||||
screenshot-template = "%F/%F_snapshot_%P";
|
||||
};
|
||||
};
|
||||
|
||||
mpv = {
|
||||
|
||||
Reference in New Issue
Block a user