Clean on IDE deps and add paneru
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{ import-tree, pkgs, ... }:
|
||||
{ import-tree, ... }:
|
||||
{
|
||||
home-manager.users.alistreaza = {
|
||||
imports = [
|
||||
pkgs.paneru.homeModules.paneru
|
||||
(import-tree ../../../modules/home/common)
|
||||
(import-tree ./partials)
|
||||
];
|
||||
|
||||
home = {
|
||||
@@ -30,10 +30,6 @@
|
||||
targets.darwin.linkApps.enable = false;
|
||||
targets.darwin.copyApps.enable = false;
|
||||
|
||||
services.paneru = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# The state version is required and should stay at the version you
|
||||
# originally installed.
|
||||
home.stateVersion = "25.11";
|
||||
|
||||
Reference in New Issue
Block a user