summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-09-30 04:35:19 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2023-09-30 04:35:19 -0600
commit6717ada06dab28cfa70784556cd235d9de2ad874 (patch)
treefde90145a9df4b6e31aeacc6a85b30a1e3db68db
parenteb612916be400aa2ae11ff4020a9fe0946f3ba97 (diff)
nix flake update
-rw-r--r--flake.lock18
-rw-r--r--home-manager/btop.nix2
2 files changed, 10 insertions, 10 deletions
diff --git a/flake.lock b/flake.lock
index 0186c9c..e59e5c3 100644
--- a/flake.lock
+++ b/flake.lock
@@ -103,11 +103,11 @@
]
},
"locked": {
- "lastModified": 1693208669,
- "narHash": "sha256-hHFaaUsZ860wvppPeiu7nJn/nXZjJfnqAQEu9SPFE9I=",
+ "lastModified": 1695108154,
+ "narHash": "sha256-gSg7UTVtls2yO9lKtP0yb66XBHT1Fx5qZSZbGMpSn2c=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "5bac4a1c06cd77cf8fc35a658ccb035a6c50cd2c",
+ "rev": "07682fff75d41f18327a871088d20af2710d4744",
"type": "github"
},
"original": {
@@ -182,11 +182,11 @@
},
"nixpkgs-unstable": {
"locked": {
- "lastModified": 1693377291,
- "narHash": "sha256-vYGY9bnqEeIncNarDZYhm6KdLKgXMS+HA2mTRaWEc80=",
+ "lastModified": 1695830400,
+ "narHash": "sha256-gToZXQVr0G/1WriO83olnqrLSHF2Jb8BPcmCt497ro0=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "e7f38be3775bab9659575f192ece011c033655f0",
+ "rev": "8a86b98f0ba1c405358f1b71ff8b5e1d317f5db2",
"type": "github"
},
"original": {
@@ -198,11 +198,11 @@
},
"nixpkgs_2": {
"locked": {
- "lastModified": 1693341273,
- "narHash": "sha256-wrsPjsIx2767909MPGhSIOmkpGELM9eufqLQOPxmZQg=",
+ "lastModified": 1695825837,
+ "narHash": "sha256-4Ne11kNRnQsmSJCRSSNkFRSnHC4Y5gPDBIQGjjPfJiU=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "2ab91c8d65c00fd22a441c69bbf1bc9b420d5ea1",
+ "rev": "5cfafa12d57374f48bcc36fda3274ada276cf69e",
"type": "github"
},
"original": {
diff --git a/home-manager/btop.nix b/home-manager/btop.nix
index b736efe..2c4e6cc 100644
--- a/home-manager/btop.nix
+++ b/home-manager/btop.nix
@@ -5,7 +5,7 @@
programs.btop = {
enable = true;
settings = {
- color_theme = "catppuccing_mocha";
+ color_theme = "catppuccin_mocha";
theme_background = false; # make btop transparent
};
};