My nixos configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: small cleanup

+5 -18
-1
home/configurations/nmelzer@enceladeus.nix
··· 34 34 oneFileSystem = true; 35 35 repo = "rest:https://restic.mimas.internal.nobbz.dev/nobbz"; 36 36 }; 37 - systemd.user.timers.restic-backup.Timer.OnCalendar = lib.mkForce "hourly"; 38 37 39 38 home.packages = [pkgs.vscode]; 40 39 };
+5 -17
home/configurations/nmelzer@mimas.nix
··· 31 31 32 32 programs.emacs.splashScreen = false; 33 33 34 - home.packages = let 35 - p = pkgs; 36 - s = self.packages.x86_64-linux; 37 - in [ 38 - p.handbrake 39 - p.keybase-gui 40 - p.minikube 41 - p.gnome.gnome-tweaks 42 - p.freerdp 43 - p.vscode 44 - p.keepassxc 45 - p.ipfs 46 - p.nix-output-monitor 47 - p.discord 48 - 49 - s.gnucash-de 50 - ]; 34 + home.packages = builtins.attrValues { 35 + inherit (pkgs) handbrake keybase-gui freerdp vscode keepassxc nix-output-monitor discord; 36 + inherit (pkgs.gnome) gnome-tweaks; 37 + inherit (self.packages.x86_64-linux) gnucash-de; 38 + }; 51 39 52 40 programs.obs-studio.enable = true; 53 41 programs.htop = {