From d683509a0f412d080ffddde7e67bdf0ccd1f17f1 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sat, 28 Sep 2024 01:43:09 -0500 Subject: makefile works for nixos --- nixos/.flake/flake.lock | 6 +++--- nixos/.flake/home/programs/core.nix.org | 1 + nixos/.flake/system/desktop.nix.org | 2 ++ 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'nixos') 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 -- cgit v1.2.3