mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-05-06 11:02:20 +02:00
fix: adds dconf to fix issues; anki-bin -> `anki; remove lunar-client as its not in the right place here
This commit is contained in:
parent
38b41c3155
commit
1a7d731cf5
1 changed files with 3 additions and 3 deletions
|
|
@ -64,11 +64,12 @@ in
|
|||
};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
dconf
|
||||
element-desktop
|
||||
dino
|
||||
signal-desktop
|
||||
mumble
|
||||
anki-bin
|
||||
anki
|
||||
wdisplays
|
||||
librewolf
|
||||
ungoogled-chromium
|
||||
|
|
@ -99,13 +100,12 @@ in
|
|||
poweralertd
|
||||
|
||||
# Gaming
|
||||
lunar-client
|
||||
# lunar-client
|
||||
|
||||
# Not GUI but specific to GUI usage
|
||||
sshuttle
|
||||
sshfs
|
||||
|
||||
# previously in hyprland config
|
||||
# pkgs.nerdfonts
|
||||
# (pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
pkgs.twemoji-color-font
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue