commit c153a084c0e50a614071e195cdf1b22cd166e951
parent 544f92597d41633c1a4d96d0ec1edc9da63c46f1
Author: vin <vin@vineetk.net>
Date: Wed, 8 Jan 2025 19:42:16 +0000
update rest, I am lazy
Diffstat:
3 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1 @@
+*~
+\ No newline at end of file
diff --git a/flake.lock b/flake.lock
@@ -47,16 +47,16 @@
]
},
"locked": {
- "lastModified": 1720042825,
- "narHash": "sha256-A0vrUB6x82/jvf17qPCpxaM+ulJnD8YZwH9Ci0BsAzE=",
+ "lastModified": 1735344290,
+ "narHash": "sha256-oJDtWPH1oJT34RJK1FSWjwX4qcGOBRkcNQPD0EbSfNM=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "e1391fb22e18a36f57e6999c7a9f966dc80ac073",
+ "rev": "613691f285dad87694c2ba1c9e6298d04736292d",
"type": "github"
},
"original": {
"owner": "nix-community",
- "ref": "release-24.05",
+ "ref": "release-24.11",
"repo": "home-manager",
"type": "github"
}
@@ -78,16 +78,16 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1722987190,
- "narHash": "sha256-68hmex5efCiM2aZlAAEcQgmFI4ZwWt8a80vOeB/5w3A=",
+ "lastModified": 1736200483,
+ "narHash": "sha256-JO+lFN2HsCwSLMUWXHeOad6QUxOuwe9UOAF/iSl1J4I=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "21cc704b5e918c5fbf4f9fff22b4ac2681706d90",
+ "rev": "3f0a8ac25fb674611b98089ca3a5dd6480175751",
"type": "github"
},
"original": {
"owner": "nixos",
- "ref": "nixos-24.05",
+ "ref": "nixos-24.11",
"repo": "nixpkgs",
"type": "github"
}
diff --git a/hosts/lappy/default.nix b/hosts/lappy/default.nix
@@ -50,7 +50,7 @@
services.picom = {
enable = true;
fade = false;
- inactiveOpacity = 0.9;
+ inactiveOpacity = 0.75;
shadow = true;
};
@@ -88,8 +88,7 @@
# $ nix search wget
environment.systemPackages = with pkgs; [
git
- neovim
- vis # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
+ emacs
wget
inputs.everblush-gtk.packages.x86_64-linux.default
];