diff options
Diffstat (limited to 'hosts/c-pc')
| -rw-r--r-- | hosts/c-pc/home.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hosts/c-pc/home.nix b/hosts/c-pc/home.nix index 026a5e9..74ff894 100644 --- a/hosts/c-pc/home.nix +++ b/hosts/c-pc/home.nix @@ -52,15 +52,6 @@ ]; }; - home.roles = { - dev = { - enable = true; - key = "314C14641E707B68"; - }; - - desktop.enable = true; - }; - programs = { feh.enable = true; btop.enable = true; |