Compare commits

..

No commits in common. "dc9244482fd1c34f9b69333dad80e64ca694fd73" and "8e64ccea7ede1842668397d627dbff1a41097451" have entirely different histories.

3 changed files with 12 additions and 9 deletions

View File

@ -22,6 +22,9 @@
# LSPs
marksman
nodePackages.yaml-language-server
# IDEs
jetbrains.goland
];
};
dconf.settings = let

View File

@ -211,11 +211,11 @@
]
},
"locked": {
"lastModified": 1715802531,
"narHash": "sha256-Cw/E5Q1Cfq5LojvgMajP9FZAZTQ9zXghVGjb6NLKY9A=",
"lastModified": 1712265168,
"narHash": "sha256-Ax5PlgIre37jgpSbzzeSOXxjc4hZGXvyDhhlzmcsNwA=",
"ref": "refs/heads/main",
"rev": "0dd52313903527bdaaecf47338e608894387449c",
"revCount": 17,
"rev": "b0c9047f739a25ec23969d2dfb4882aaf24b0ab5",
"revCount": 16,
"type": "git",
"url": "https://git.jolheiser.com/helix.drv.git"
},
@ -282,16 +282,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1715534503,
"narHash": "sha256-5ZSVkFadZbFP1THataCaSf0JH2cAH3S29hU9rrxTEqk=",
"lastModified": 1712192574,
"narHash": "sha256-LbbVOliJKTF4Zl2b9salumvdMXuQBr2kuKP5+ZwbYq4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2057814051972fa1453ddfb0d98badbea9b83c06",
"rev": "f480f9d09e4b4cf87ee6151eba068197125714de",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -2,7 +2,7 @@
description = "jolheiser's nixos config";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils"; # Only expressed here to use for followers
home-manager = {