Browse Source

added as functions

master
junikimm717 2 years ago
parent
commit
5493a6791c
  1. 2
      home.nix
  2. 1
      rices/cwm.nix
  3. 3
      rices/gnome.nix

2
home.nix

@ -7,5 +7,5 @@ in
(import "${home-manager}/nixos")
];
home-manager.users.junikim = import ./rices/cwm.nix
home-manager.users.junikim = import ./rices/cwm.nix { inherit config pkgs }
}

1
rices/cwm.nix

@ -1,3 +1,4 @@
{ config, pkgs, ...}:
{
# Home Manager needs a bit of information about you and the
# paths it should manage.

3
rices/gnome.nix

@ -1,3 +1,4 @@
{ config, pkgs, ...}:
{
# Home Manager needs a bit of information about you and the
# paths it should manage.
@ -62,4 +63,4 @@
".tmux.conf".source = ../dotfiles/tmux.conf;
".zshrc".source = ../dotfiles/zshrc;
};
};
}
Loading…
Cancel
Save