summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-01-08 19:42:16 +0000
committervin <vin@vineetk.net>2025-01-08 19:42:16 +0000
commitc153a084c0e50a614071e195cdf1b22cd166e951 (patch)
tree79035cd53c4fc9835999e5eda353925ca061a6c6
parent544f92597d41633c1a4d96d0ec1edc9da63c46f1 (diff)
update rest, I am lazy
-rw-r--r--.gitignore1
-rw-r--r--flake.lock16
-rw-r--r--hosts/lappy/default.nix5
3 files changed, 11 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e4e5f6c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
*~ \ No newline at end of file
diff --git a/flake.lock b/flake.lock
index 8b8268d..7557f04 100644
--- a/flake.lock
+++ b/flake.lock
@@ -47,16 +47,16 @@
47 ] 47 ]
48 }, 48 },
49 "locked": { 49 "locked": {
50 "lastModified": 1720042825, 50 "lastModified": 1735344290,
51 "narHash": "sha256-A0vrUB6x82/jvf17qPCpxaM+ulJnD8YZwH9Ci0BsAzE=", 51 "narHash": "sha256-oJDtWPH1oJT34RJK1FSWjwX4qcGOBRkcNQPD0EbSfNM=",
52 "owner": "nix-community", 52 "owner": "nix-community",
53 "repo": "home-manager", 53 "repo": "home-manager",
54 "rev": "e1391fb22e18a36f57e6999c7a9f966dc80ac073", 54 "rev": "613691f285dad87694c2ba1c9e6298d04736292d",
55 "type": "github" 55 "type": "github"
56 }, 56 },
57 "original": { 57 "original": {
58 "owner": "nix-community", 58 "owner": "nix-community",
59 "ref": "release-24.05", 59 "ref": "release-24.11",
60 "repo": "home-manager", 60 "repo": "home-manager",
61 "type": "github" 61 "type": "github"
62 } 62 }
@@ -78,16 +78,16 @@
78 }, 78 },
79 "nixpkgs": { 79 "nixpkgs": {
80 "locked": { 80 "locked": {
81 "lastModified": 1722987190, 81 "lastModified": 1736200483,
82 "narHash": "sha256-68hmex5efCiM2aZlAAEcQgmFI4ZwWt8a80vOeB/5w3A=", 82 "narHash": "sha256-JO+lFN2HsCwSLMUWXHeOad6QUxOuwe9UOAF/iSl1J4I=",
83 "owner": "nixos", 83 "owner": "nixos",
84 "repo": "nixpkgs", 84 "repo": "nixpkgs",
85 "rev": "21cc704b5e918c5fbf4f9fff22b4ac2681706d90", 85 "rev": "3f0a8ac25fb674611b98089ca3a5dd6480175751",
86 "type": "github" 86 "type": "github"
87 }, 87 },
88 "original": { 88 "original": {
89 "owner": "nixos", 89 "owner": "nixos",
90 "ref": "nixos-24.05", 90 "ref": "nixos-24.11",
91 "repo": "nixpkgs", 91 "repo": "nixpkgs",
92 "type": "github" 92 "type": "github"
93 } 93 }
diff --git a/hosts/lappy/default.nix b/hosts/lappy/default.nix
index 8b9ca71..f8f32cc 100644
--- a/hosts/lappy/default.nix
+++ b/hosts/lappy/default.nix
@@ -50,7 +50,7 @@
50 services.picom = { 50 services.picom = {
51 enable = true; 51 enable = true;
52 fade = false; 52 fade = false;
53 inactiveOpacity = 0.9; 53 inactiveOpacity = 0.75;
54 shadow = true; 54 shadow = true;
55 }; 55 };
56 56
@@ -88,8 +88,7 @@
88 # $ nix search wget 88 # $ nix search wget
89 environment.systemPackages = with pkgs; [ 89 environment.systemPackages = with pkgs; [
90 git 90 git
91 neovim 91 emacs
92 vis # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
93 wget 92 wget
94 inputs.everblush-gtk.packages.x86_64-linux.default 93 inputs.everblush-gtk.packages.x86_64-linux.default
95 ]; 94 ];