mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
nix:use variables
This commit is contained in:
parent
cf221c7c4b
commit
dfcbd50294
14 changed files with 121 additions and 10 deletions
|
|
@ -7,7 +7,16 @@
|
|||
rofimoji
|
||||
rofi-power-menu
|
||||
swaylock-effects
|
||||
swayidle
|
||||
xwayland-satellite
|
||||
wmname
|
||||
hyprpolkitagent
|
||||
];
|
||||
fonts.packages = [pkgs.font-awesome];
|
||||
xdg.portal = {
|
||||
extraPortals = with pkgs; [
|
||||
kdePackages.xdg-desktop-portal-kde
|
||||
];
|
||||
config.common.default = ["kde" "wlr"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,4 +48,8 @@
|
|||
wl-clipboard
|
||||
libnotify
|
||||
];
|
||||
|
||||
xdg.portal = {
|
||||
wlr.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
pkgs.nerd-fonts.jetbrains-mono
|
||||
pkgs.nur.repos.definfo.sarasa-term-sc-nerd
|
||||
pkgs.vollkorn
|
||||
pkgs.font-awesome
|
||||
];
|
||||
in {
|
||||
environment.systemPackages = fontPkgs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue