aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/home
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.flake/home')
-rw-r--r--nixos/.flake/home/programs/core.nix.org6
-rw-r--r--nixos/.flake/home/services/core.nix.org24
2 files changed, 17 insertions, 13 deletions
diff --git a/nixos/.flake/home/programs/core.nix.org b/nixos/.flake/home/programs/core.nix.org
index 0e0e8c5..9557c8b 100644
--- a/nixos/.flake/home/programs/core.nix.org
+++ b/nixos/.flake/home/programs/core.nix.org
@@ -34,15 +34,19 @@ This is the core of my program configuration. This file installs programs that d
mpv
networkmanagerapplet
obs-studio
+ openresolv
+ openvpn
pavucontrol
prismlauncher # minecraft
- protonvpn-gui
python3
python312Packages.python-lsp-server
+ qbittorrent
+ retroarchFull
swaybg
texliveFull
unzip
zip
+ zotero
];
}
#+end_src
diff --git a/nixos/.flake/home/services/core.nix.org b/nixos/.flake/home/services/core.nix.org
index bd4c1d2..7fbc333 100644
--- a/nixos/.flake/home/services/core.nix.org
+++ b/nixos/.flake/home/services/core.nix.org
@@ -2,18 +2,18 @@
Import service configurations.
#+begin_src nix :tangle ~/.flake/home/services/core.nix :mkdirp yes
-{ config, pkgs, ... }:
+ { config, pkgs, ... }:
-{
- imports = [
- ./emacs.nix
- ./mako.nix
- ./mpd.nix
- ./syncthing.nix
- ];
+ {
+ imports = [
+ ./emacs.nix
+ ./mako.nix
+ ./mpd.nix
+ ./syncthing.nix
+ ];
- home.packages = with pkgs; [
- mpdscribble
- ];
-}
+ home.packages = with pkgs; [
+ mpdscribble
+ ];
+ }
#+end_src