sort some stuff in the notification bar thingy
This commit is contained in:
parent
a7c2609666
commit
69581a5018
3 changed files with 6 additions and 2 deletions
|
@ -93,6 +93,8 @@
|
|||
hidden = [
|
||||
"Xwayland Video Bridge_pipewireToXProxy"
|
||||
"org.kde.plasma.devicenotifier"
|
||||
"org.kde.plasma.keyboardindicator"
|
||||
"org.kde.plasma.keyboardlayout"
|
||||
"org.kde.kscreen"
|
||||
"org.kde.plasma.printmanager"
|
||||
"chrome_status_icon_1"
|
||||
|
@ -100,6 +102,7 @@
|
|||
"Nitrokey App"
|
||||
"qBittorrent"
|
||||
"vlc"
|
||||
"obs"
|
||||
"steam"
|
||||
"nitrokey-app"
|
||||
];
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
lutris
|
||||
];
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
|
|
|
@ -107,8 +107,8 @@
|
|||
programs = {
|
||||
# Allow executing of anything on the system with a , eg: , python executes python from the nix store even if not in $PATH currently
|
||||
command-not-found.enable = lib.mkForce false;
|
||||
# nix-index.enable = true;
|
||||
# nix-index-database.comma.enable = true;
|
||||
nix-index.enable = true;
|
||||
nix-index-database.comma.enable = true;
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue