fixed merge conflicts
This commit is contained in:
commit
62d0e0591b
49 changed files with 814 additions and 92 deletions
|
@ -1,9 +1,9 @@
|
|||
{ pkgs, lib, config, callPackage, ... }:
|
||||
with lib; let
|
||||
cfg = config.myOptions.programs.i3;
|
||||
username = config.myOptions.other.system.username;
|
||||
cfg = config.modules.programs.i3;
|
||||
in {
|
||||
options.myOptions.programs.i3.enable = mkEnableOption "i3";
|
||||
options.modules.programs.i3.enable = mkEnableOption "i3";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home-manager.users.${username}.xdg.configFile."i3/config".source = ./config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue