mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 02:27:44 +00:00
fix: don't repeat pkgs.\w too much, add taplo, tokei, typos
This commit is contained in:
parent
79c9526b1b
commit
25d008fc47
13 changed files with 213 additions and 154 deletions
|
@ -1,5 +1,5 @@
|
|||
{ config, lib, pkgs, ... }: let
|
||||
inherit (lib) enabled merge mkIf flatten range;
|
||||
inherit (lib) attrValues enabled merge mkIf flatten range;
|
||||
in merge <| mkIf config.isDesktop {
|
||||
hardware.graphics = enabled;
|
||||
|
||||
|
@ -19,18 +19,20 @@ in merge <| mkIf config.isDesktop {
|
|||
|
||||
programs.xwayland = enabled;
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.brightnessctl
|
||||
pkgs.grim
|
||||
# pkgs.hyprpicker
|
||||
pkgs.slurp
|
||||
pkgs.swappy
|
||||
pkgs.swaybg
|
||||
pkgs.wl-clipboard
|
||||
pkgs.wtype
|
||||
pkgs.xdg-utils
|
||||
pkgs.xwaylandvideobridge
|
||||
];
|
||||
environment.systemPackages = attrValues {
|
||||
inherit (pkgs)
|
||||
brightnessctl
|
||||
grim
|
||||
hyprpicker
|
||||
slurp
|
||||
swappy
|
||||
swaybg
|
||||
wl-clipboard
|
||||
wtype
|
||||
xdg-utils
|
||||
xwaylandvideobridge
|
||||
;
|
||||
};
|
||||
|
||||
home-manager.sharedModules = [{
|
||||
xdg.configFile."xkb/symbols/tr-swapped-i".text = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue