user: remove shikane config

This commit is contained in:
Rouven Seifert 2024-06-22 16:28:09 +02:00
parent 97a9bbce42
commit a9f3c6836e
7 changed files with 37 additions and 267 deletions

View file

@ -21,7 +21,7 @@
home-manager.useGlobalPkgs = true;
home-manager.users.rouven = { ... }: {
imports = [ ./modules ./options ];
imports = [ ./modules ];
config = {
home.username = "rouven";