Some changes to make kde happy with our x11 config
This commit is contained in:
parent
d95d41088d
commit
f8b52f9140
2 changed files with 15 additions and 6 deletions
|
@ -28,8 +28,6 @@ in
|
|||
pkgs.unstable.vscode
|
||||
feh
|
||||
deluge # Torrent client
|
||||
mailspring
|
||||
unstable.discord
|
||||
pavucontrol # PulseAudio control panel
|
||||
unstable.slack
|
||||
|
||||
|
@ -37,7 +35,10 @@ in
|
|||
dex # .desktop file management, startup
|
||||
sct # Display color temperature
|
||||
xdg-utils # Open stuff
|
||||
]);
|
||||
] ++ (if pkgs.stdenv.isAarch64 then [ ] else [
|
||||
mailspring
|
||||
unstable.discord
|
||||
]));
|
||||
|
||||
# Cursor
|
||||
home.pointerCursor = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue