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 # LSPs
marksman marksman
nodePackages.yaml-language-server nodePackages.yaml-language-server
# IDEs
jetbrains.goland
]; ];
}; };
dconf.settings = let dconf.settings = let

View File

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

View File

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