feat: niri, waybar ricing
This commit is contained in:
parent
3e43aed875
commit
328ecdffc3
11 changed files with 780 additions and 92 deletions
|
@ -57,11 +57,12 @@
|
|||
};
|
||||
};
|
||||
droidcam.enable = true;
|
||||
dconf.enable = true;
|
||||
firefox.enable = true;
|
||||
firefox.languagePacks = [ "fr" ];
|
||||
firefox.nativeMessagingHosts.packages = [ pkgs.passff-host ];
|
||||
hyprland.enable = true;
|
||||
|
||||
niri.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.startAgent = true;
|
||||
|
||||
|
@ -78,6 +79,12 @@
|
|||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-kde ];
|
||||
xdgOpenUsePortal = true;
|
||||
};
|
||||
|
||||
# no kde bloat
|
||||
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
||||
baloo
|
||||
|
@ -125,6 +132,7 @@
|
|||
digikam
|
||||
eaglemode
|
||||
filezilla
|
||||
ghostty
|
||||
gimp-with-plugins
|
||||
hunspell
|
||||
hunspellDicts.fr-moderne
|
||||
|
@ -136,6 +144,7 @@
|
|||
mumble
|
||||
nextcloud-client
|
||||
obsidian
|
||||
pcmanfm
|
||||
signal-desktop
|
||||
thunderbird
|
||||
tigervnc
|
||||
|
@ -147,9 +156,12 @@
|
|||
niri
|
||||
waybar
|
||||
fuzzel
|
||||
alacritty
|
||||
gnome-tweaks
|
||||
networkmanagerapplet
|
||||
|
||||
rose-pine-gtk-theme
|
||||
themechanger
|
||||
pavucontrol
|
||||
xwayland-satellite
|
||||
];
|
||||
|
||||
# Do not restart the display manager automatically
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue