home-manager: cleanup&rename configuration

This commit is contained in:
steveej 2018-11-03 19:33:58 +01:00
parent a208015c62
commit eced1a3bc1
6 changed files with 6 additions and 406 deletions

View file

@ -7,5 +7,5 @@
"${builtins.fetchGit { url = "https://github.com/rycee/home-manager.git"; ref = "master"; }}/nixos"
];
home-manager.users.steveej = import ../../../home-manager/configuration/removable-desktop.nix;
home-manager.users.steveej = import ../../../home-manager/configuration/graphical-removable.nix;
}