add arguments to update flake; add xdg icon fallback; organised applications in home manager
This commit is contained in:
@@ -11,6 +11,9 @@
|
|||||||
services.displayManager.sddm.wayland.enable = true;
|
services.displayManager.sddm.wayland.enable = true;
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
|
|
||||||
|
# Specific fix for cursor in steam
|
||||||
|
xdg.icons.fallbackCursorThemes = [ "breeze_cursors" ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs;
|
environment.systemPackages = with pkgs;
|
||||||
[ maliit-keyboard ] ++ (with kdePackages; [
|
[ maliit-keyboard ] ++ (with kdePackages; [
|
||||||
sddm-kcm
|
sddm-kcm
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
];
|
];
|
||||||
policies = {
|
policies = {
|
||||||
"DisplayMenuBar" = true;
|
"DisplayMenuBar" = true;
|
||||||
ExtensionSettings = with builtins;
|
"ExtensionSettings" = with builtins;
|
||||||
let
|
let
|
||||||
extension = shortId: uuid: {
|
extension = shortId: uuid: {
|
||||||
name = uuid;
|
name = uuid;
|
||||||
|
|||||||
@@ -44,18 +44,25 @@
|
|||||||
# (pkgs.writeShellScriptBin "my-hello" ''
|
# (pkgs.writeShellScriptBin "my-hello" ''
|
||||||
# echo "Hello, ${config.home.username}!"
|
# echo "Hello, ${config.home.username}!"
|
||||||
# '')
|
# '')
|
||||||
|
|
||||||
|
# general
|
||||||
thunderbird
|
thunderbird
|
||||||
keepassxc
|
keepassxc
|
||||||
strawberry-qt6
|
|
||||||
rclone
|
|
||||||
qbittorrent
|
qbittorrent
|
||||||
yt-dlp
|
libreoffice-qt
|
||||||
joplin-desktop
|
joplin-desktop
|
||||||
obsidian
|
obsidian
|
||||||
|
|
||||||
|
# cmd line tools
|
||||||
|
yt-dlp
|
||||||
|
|
||||||
|
# media
|
||||||
|
strawberry-qt6
|
||||||
|
jellyfin-media-player
|
||||||
|
|
||||||
|
# comms
|
||||||
teamspeak_client
|
teamspeak_client
|
||||||
webcord
|
webcord
|
||||||
libreoffice-qt
|
|
||||||
jellyfin-media-player
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||||
@@ -109,6 +116,10 @@
|
|||||||
chromium = {
|
chromium = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.brave;
|
package = pkgs.brave;
|
||||||
|
config = {
|
||||||
|
screenshot-directory = "~/Pictures/";
|
||||||
|
screenshot-template = "%F/%F_snapshot_%P";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
mpv = {
|
mpv = {
|
||||||
|
|||||||
@@ -46,23 +46,34 @@
|
|||||||
# (pkgs.writeShellScriptBin "my-hello" ''
|
# (pkgs.writeShellScriptBin "my-hello" ''
|
||||||
# echo "Hello, ${config.home.username}!"
|
# echo "Hello, ${config.home.username}!"
|
||||||
# '')
|
# '')
|
||||||
|
|
||||||
|
# general
|
||||||
thunderbird
|
thunderbird
|
||||||
keepassxc
|
keepassxc
|
||||||
strawberry-qt6
|
|
||||||
rclone
|
|
||||||
qbittorrent
|
qbittorrent
|
||||||
gimp-with-plugins
|
gimp-with-plugins
|
||||||
ffmpeg-full
|
|
||||||
yt-dlp
|
|
||||||
joplin-desktop
|
joplin-desktop
|
||||||
obsidian
|
obsidian
|
||||||
teamspeak_client
|
|
||||||
webcord
|
|
||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
jellyfin-media-player
|
|
||||||
haruna
|
# cmd line tools
|
||||||
|
rclone
|
||||||
inotify-tools
|
inotify-tools
|
||||||
libnotify
|
libnotify
|
||||||
|
ffmpeg-full
|
||||||
|
yt-dlp
|
||||||
|
|
||||||
|
# comms
|
||||||
|
teamspeak_client
|
||||||
|
webcord
|
||||||
|
teams-for-linux
|
||||||
|
|
||||||
|
# media
|
||||||
|
strawberry-qt6
|
||||||
|
jellyfin-media-player
|
||||||
|
haruna
|
||||||
|
|
||||||
|
# misc
|
||||||
electrum
|
electrum
|
||||||
gpu-screen-recorder-gtk
|
gpu-screen-recorder-gtk
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user