Compare commits

..

No commits in common. "d6d2897eb6aae94686b823ab273218974eabc548" and "ff632a5b5214f5d1f51e0ffbdc9eaf1e0d0b0ac1" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View File

@ -19,10 +19,6 @@
};
};
home-manager.users.moritz.home.packages = with pkgs; [
jetbrains.idea-ultimate
];
# BOOT
boot = {
supportedFilesystems = [ "btrfs" ];

View File

@ -1,6 +1,5 @@
{ lib
, config
, pkgs
, ...
}:
@ -25,9 +24,5 @@ in
updateResolvConf = true;
};
};
environment.systemPackages = with pkgs; [
jetbrains.pycharm-professional
];
programs.dconf.enable = true;
};
}