use ff dev edition, set vim as default editor
Charlotte Som charlotte@som.codes
Sat, 14 Sep 2024 19:01:06 +0100
3 files changed,
10 insertions(+),
7 deletions(-)
M
flake.lock
→
flake.lock
@@ -47,7 +47,7 @@ "lastModified": 1723510904,
"narHash": "sha256-zNW/rqNJwhq2lYmQf19wJerRuNimjhxHKmzrWWFJYts=", "rev": "622a2253a071a1fb97a4d3c8103a91114acc1140", "type": "tarball", - "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/622a2253a071a1fb97a4d3c8103a91114acc1140.tar.gz" + "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/622a2253a071a1fb97a4d3c8103a91114acc1140.tar.gz?rev=622a2253a071a1fb97a4d3c8103a91114acc1140" }, "original": { "type": "tarball",@@ -70,11 +70,11 @@ }
}, "nixpkgs": { "locked": { - "lastModified": 1725001927, - "narHash": "sha256-eV+63gK0Mp7ygCR0Oy4yIYSNcum2VQwnZamHxYTNi+M=", + "lastModified": 1725930920, + "narHash": "sha256-RVhD9hnlTT2nJzPHlAqrWqCkA7T6CYrP41IoVRkciZM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6e99f2a27d600612004fbd2c3282d614bfee6421", + "rev": "44a71ff39c182edaf25a7ace5c9454e7cba2c658", "type": "github" }, "original": {@@ -86,11 +86,11 @@ }
}, "nixpkgs-unstable": { "locked": { - "lastModified": 1724819573, - "narHash": "sha256-GnR7/ibgIH1vhoy8cYdmXE6iyZqKqFxQSVkFgosBh6w=", + "lastModified": 1726062873, + "narHash": "sha256-IiA3jfbR7K/B5+9byVi9BZGWTD4VSbWe8VLpp9B/iYk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "71e91c409d1e654808b2621f28a327acfdad8dc2", + "rev": "4f807e8940284ad7925ebd0a0993d2a1791acb2f", "type": "github" }, "original": {
M
profiles/common/base.nix
→
profiles/common/base.nix
@@ -37,6 +37,7 @@ services.tailscale.enable = true;
programs.zsh.enable = true; programs.git.enable = true; + programs.vim.defaultEditor = true; environment.systemPackages = with pkgs; [ vim
M
profiles/runestone/base.nix
→
profiles/runestone/base.nix
@@ -31,6 +31,8 @@ shell = pkgs.zsh;
}; programs.firefox.enable = true; + programs.firefox.package = unstable-pkgs.firefox-devedition-bin; + environment.systemPackages = (with pkgs; [ vscode-fhs