use regular paths for profiles and suites and stuff instead of the horrible mess of attrsets i was generating
This commit is contained in:
parent
530f517d22
commit
b9d92a9dc4
10 changed files with 181 additions and 200 deletions
|
@ -4,20 +4,20 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = with homeProfiles; [
|
||||
terminal.programs.xdg
|
||||
terminal.programs.comma
|
||||
imports = map (x: homeProfiles + x) [
|
||||
/terminal/programs/xdg.nix
|
||||
/terminal/programs/comma.nix
|
||||
|
||||
editors.nvim
|
||||
terminal.emulator.foot
|
||||
/editors/nvim.nix
|
||||
/terminal/emulator/foot.nix
|
||||
|
||||
programs.desktop.default
|
||||
programs.desktop.sway.default
|
||||
/programs/desktop/default.nix
|
||||
/programs/desktop/sway/default.nix
|
||||
|
||||
programs.media.mpv
|
||||
/programs/media/mpv.nix
|
||||
|
||||
services.playerctl
|
||||
services.polkit-agent
|
||||
/services/playerctl.nix
|
||||
/services/polkit-agent.nix
|
||||
];
|
||||
|
||||
wayland.windowManager.sway.config.output."HDMI-A-1".scale = "2.0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue