home-manager: drop some no longer TU Vienna stuff
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
parent
b12cf9a1dd
commit
d657ae9709
4 changed files with 0 additions and 5 deletions
|
@ -41,8 +41,6 @@ in {
|
|||
powerManagement.cpuFreqGovernor = "powersave";
|
||||
|
||||
home-manager.users.christoph = {
|
||||
imports = [ ../secrets/home-manager/tu-vienna.nix ];
|
||||
|
||||
my = {
|
||||
applications.personal.enable = true;
|
||||
emails.personal.enable = true;
|
||||
|
|
|
@ -45,8 +45,6 @@
|
|||
networking.interfaces.eno1.wakeOnLan.enable = true;
|
||||
|
||||
home-manager.users.christoph = {
|
||||
imports = [ ../secrets/home-manager/tu-vienna.nix ];
|
||||
|
||||
my = {
|
||||
applications.personal.enable = true;
|
||||
emails.personal.enable = true;
|
||||
|
|
Binary file not shown.
|
@ -39,7 +39,6 @@ in {
|
|||
] ++ (lib.optionals config.my.applications.personal.enable [
|
||||
blender
|
||||
darktable
|
||||
jetbrains.idea-community # needed for course @ TU Vienna :(
|
||||
texlive.combined.scheme-medium
|
||||
vlc
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue