mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
sway: modular config
This commit is contained in:
parent
93a6613abc
commit
050799b77f
17 changed files with 264 additions and 193 deletions
|
|
@ -4,7 +4,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
swaybg
|
||||
swayidle
|
||||
mako
|
||||
dunst
|
||||
rofi
|
||||
rofimoji
|
||||
rofi-power-menu
|
||||
|
|
|
|||
10
nixcfgs/modules/nixos/programs/dolphin.nix
Normal file
10
nixcfgs/modules/nixos/programs/dolphin.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs.kdePackages; [
|
||||
dolphin
|
||||
dolphin-plugins
|
||||
konsole
|
||||
kio-admin
|
||||
];
|
||||
# See: https://github.com/NixOS/nixpkgs/issues/409986
|
||||
environment.etc."xdg/menus/applications.menu".source = "${pkgs.kdePackages.plasma-workspace}/etc/xdg/menus/plasma-applications.menu";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue