aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-09-28 01:43:09 -0500
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-09-28 01:43:09 -0500
commitd683509a0f412d080ffddde7e67bdf0ccd1f17f1 (patch)
treec97ffb024e5abdd1f57fac8b9acf27c7f1f0575f /nixos/.flake
parentb7e84fa6048007cda7e6c8226e28bc2db90f792a (diff)
makefile works for nixos
Diffstat (limited to 'nixos/.flake')
-rw-r--r--nixos/.flake/flake.lock6
-rw-r--r--nixos/.flake/home/programs/core.nix.org1
-rw-r--r--nixos/.flake/system/desktop.nix.org2
3 files changed, 6 insertions, 3 deletions
diff --git a/nixos/.flake/flake.lock b/nixos/.flake/flake.lock
index 055d415..bca97b8 100644
--- a/nixos/.flake/flake.lock
+++ b/nixos/.flake/flake.lock
@@ -35,11 +35,11 @@
},
"nixpkgs_2": {
"locked": {
- "lastModified": 1727122398,
- "narHash": "sha256-o8VBeCWHBxGd4kVMceIayf5GApqTavJbTa44Xcg5Rrk=",
+ "lastModified": 1727348695,
+ "narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "30439d93eb8b19861ccbe3e581abf97bdc91b093",
+ "rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784",
"type": "github"
},
"original": {
diff --git a/nixos/.flake/home/programs/core.nix.org b/nixos/.flake/home/programs/core.nix.org
index 3bf0fab..e42b91f 100644
--- a/nixos/.flake/home/programs/core.nix.org
+++ b/nixos/.flake/home/programs/core.nix.org
@@ -37,6 +37,7 @@ This is the core of my program configuration. This file installs programs that d
prismlauncher # minecraft
protonvpn-gui
python3
+ python312Packages.python-lsp-server
swaybg
texliveFull
unzip
diff --git a/nixos/.flake/system/desktop.nix.org b/nixos/.flake/system/desktop.nix.org
index fbe4206..1f8293b 100644
--- a/nixos/.flake/system/desktop.nix.org
+++ b/nixos/.flake/system/desktop.nix.org
@@ -20,7 +20,9 @@ Install necessary packages for the desktop.
git
greetd.tuigreet
kitty
+ gnumake
neovim
+ python3
wget
];
#+end_src