Compare commits

..

2 commits

Author SHA1 Message Date
cy
2c6963c7be
flake update
Signed-off-by: cy <cy@cy7.sh>
2025-02-20 15:03:52 -05:00
cy
322b594936
try newer stuff again 2025-02-20 15:03:02 -05:00
2 changed files with 27 additions and 30 deletions

36
flake.lock generated
View file

@ -578,11 +578,11 @@
]
},
"locked": {
"lastModified": 1739992710,
"narHash": "sha256-9kEscmGnXHjSgcqyJR4TzzHhska4yz1inSQs6HuO9qU=",
"lastModified": 1740060750,
"narHash": "sha256-FOC9OzJ5Ckh6VjzGSRh4F3UCUOdM8NrzQT19PQcQJ44=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "1c189f011447810af939a886ba7bee33532bb1f9",
"rev": "0c0b0ac8af6ca76b1fcb514483a9bd73c18f1e8c",
"type": "github"
},
"original": {
@ -779,11 +779,11 @@
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
},
"locked": {
"lastModified": 1740007509,
"narHash": "sha256-U8ln+d0ganReAnGlLIeztx0cMnlAPgzzZb/AzOMNAmw=",
"lastModified": 1740045415,
"narHash": "sha256-dLg4Re8AdmlTYWu6FHR60cem9fErXnWXRJi6/Du5L3M=",
"owner": "sodiboo",
"repo": "niri-flake",
"rev": "99ce4a9c380052c384243b3d4e47a8aaf149cb3a",
"rev": "a622f76d3f97ce289f2103b6999f80a3732d629b",
"type": "github"
},
"original": {
@ -812,11 +812,11 @@
"niri-unstable": {
"flake": false,
"locked": {
"lastModified": 1739940569,
"narHash": "sha256-r624MtdcINkMlyXvvizg8b6Ig1fv4lLvjdgKM2ejaS0=",
"lastModified": 1740042509,
"narHash": "sha256-Yk1DXv4oRdbi2P8v4b7GV6wXJaAa5jOK0femtfxlGAg=",
"owner": "YaLTeR",
"repo": "niri",
"rev": "74787843430cff26c5308e95051b7e9f5dc4252c",
"rev": "8885233c7e036a1e279c09e4fd96c1a1669156c3",
"type": "github"
},
"original": {
@ -1107,11 +1107,11 @@
},
"nixpkgs_5": {
"locked": {
"lastModified": 1739928959,
"narHash": "sha256-ZroNoSIYC1trtuUpWlWGRCrvYt9QBEiut7DC1GHKmT4=",
"lastModified": 1740048735,
"narHash": "sha256-YUXPBZPacnc5IykkIiDN7Lz/Ka0boLM72z+JJV1YUVc=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "9228994eca7cc0e00f8318e015d4dfbbf7ad41e2",
"rev": "e493a167e1e3b7c1de669ce78dad0bd93295a83f",
"type": "github"
},
"original": {
@ -1330,11 +1330,11 @@
]
},
"locked": {
"lastModified": 1740018520,
"narHash": "sha256-mU6H0Q1WPn0XuwBO9SLZb/1yeVMfvsifBJcXNlhB+Ts=",
"lastModified": 1740074384,
"narHash": "sha256-T2eO9ognlph94/TyAu1uILo38fZG1G4S5FQxG+YBDv0=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "7f6ecf3b7c5bfcc4730943a767630122efd09dc8",
"rev": "d291a120b6524911249b198baf3ec3e07ff57e04",
"type": "github"
},
"original": {
@ -1426,11 +1426,11 @@
]
},
"locked": {
"lastModified": 1739976354,
"narHash": "sha256-jYHJZ0XbEQ7WD4pktOhT40LYDd3OizKs59AZZpAMY10=",
"lastModified": 1740040284,
"narHash": "sha256-srYId+69Z0dltiqdf2hFPZ6MmqVSF+RoHmiW93YIq1E=",
"owner": "nix-community",
"repo": "nix-vscode-extensions",
"rev": "f06125d30041b21ade968ef8e53400aec8863e96",
"rev": "5c9a119496c2d56ef2fcd248ea5c5651f3e9a2bf",
"type": "github"
},
"original": {

View file

@ -8,18 +8,15 @@
mutableExtensionsDir = false;
extensions =
# if unfree
# (with pkgs.vscode-marketplace; [
(
with pkgs.open-vsx;
[
# with pkgs.vscode-marketplace;
with pkgs.open-vsx; [
vscodevim.vim
jnoortheen.nix-ide
editorconfig.editorconfig
github.github-vscode-theme
rust-lang.rust-analyzer
shd101wyy.markdown-preview-enhanced
]
);
];
userSettings = {
"workbench.colorTheme" = "GitHub Dark Default";
"files.autoSave" = "afterDelay";