feat(desktop): add niri + cleaning
This commit is contained in:
parent
aecd056e82
commit
5f15979193
1 changed files with 8 additions and 10 deletions
|
@ -63,7 +63,7 @@
|
||||||
droidcam.enable = true;
|
droidcam.enable = true;
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
firefox.languagePacks = [ "fr" ];
|
firefox.languagePacks = [ "fr" ];
|
||||||
hyprland.enable = true;
|
#hyprland.enable = true;
|
||||||
|
|
||||||
ssh.askPassword = pkgs.lib.mkForce "${pkgs.ksshaskpass.out}/bin/ksshaskpass"; # conflict between kde and gnome cf. https://github.com/NixOS/nixpkgs/issues/75867
|
ssh.askPassword = pkgs.lib.mkForce "${pkgs.ksshaskpass.out}/bin/ksshaskpass"; # conflict between kde and gnome cf. https://github.com/NixOS/nixpkgs/issues/75867
|
||||||
ssh.startAgent = true;
|
ssh.startAgent = true;
|
||||||
|
@ -128,35 +128,33 @@
|
||||||
audacious
|
audacious
|
||||||
calibre
|
calibre
|
||||||
digikam
|
digikam
|
||||||
#rose-pine-gtk-theme
|
|
||||||
#rose-pine-icon-theme
|
|
||||||
#element-desktop
|
|
||||||
eaglemode
|
eaglemode
|
||||||
filezilla
|
filezilla
|
||||||
gimp-with-plugins
|
gimp-with-plugins
|
||||||
hunspell
|
hunspell
|
||||||
hunspellDicts.fr-moderne
|
hunspellDicts.fr-moderne
|
||||||
#hyprpaper
|
|
||||||
inkscape-with-extensions
|
inkscape-with-extensions
|
||||||
#kde-rounded-corners
|
|
||||||
kitty
|
kitty
|
||||||
latte-dock
|
latte-dock
|
||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
libsForQt5.ark
|
libsForQt5.ark
|
||||||
#libsForQt5.krohnkite
|
|
||||||
#libsForQt5.bismuth
|
|
||||||
mixxx
|
mixxx
|
||||||
mumble
|
mumble
|
||||||
#neochat
|
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
obsidian
|
obsidian
|
||||||
signal-desktop
|
signal-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
tigervnc
|
tigervnc
|
||||||
#tor-browser-bundle-bin
|
|
||||||
transmission-qt
|
transmission-qt
|
||||||
unetbootin
|
unetbootin
|
||||||
vlc
|
vlc
|
||||||
|
|
||||||
|
## niri scroll window manager
|
||||||
|
niri
|
||||||
|
waybar
|
||||||
|
fuzzel
|
||||||
|
alacritty
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Do not restart the display manager automatically
|
# Do not restart the display manager automatically
|
||||||
|
|
Loading…
Reference in a new issue