mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +00:00
enable OzonePlatform by default, use vscode.fhs
This commit is contained in:
parent
d9cc9b9bed
commit
bc1e524958
3 changed files with 11 additions and 7 deletions
|
@ -244,7 +244,8 @@ in
|
|||
alacritty
|
||||
# doesn't support the MLIR tooling from the marketplace :(
|
||||
#unstable.vscodium
|
||||
vscode
|
||||
# TODO(feliix42): Fix at some point!
|
||||
vscode.fhs
|
||||
neovim
|
||||
ghostwriter
|
||||
firefox-wayland
|
||||
|
|
|
@ -23,11 +23,11 @@
|
|||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1678397099,
|
||||
"narHash": "sha256-5xq8YJe+h19TlD+EI4AE/3H3jcCcQ2AWU6CWBVc5tRc=",
|
||||
"lastModified": 1679224149,
|
||||
"narHash": "sha256-TSY37Zv0icF/aijR3/KWGLVBlnKKHlG9QTj7vHbF/UU=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "556101ff85bd6e20900ec73ee525b935154bc8ea",
|
||||
"rev": "a4bc66709604ab78abc575b60baa6d23ae027a59",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -39,11 +39,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1678761643,
|
||||
"narHash": "sha256-tapXZvg6Kg5Fm7Fm6i+7cRC5Exp2lX7cgMrqsfrGhuc=",
|
||||
"lastModified": 1679318992,
|
||||
"narHash": "sha256-uoj5Oy6hruIHuxzfQZtcalObe5kPrX9v+ClUMFEOzmE=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "c4aec3c021620d98861639946123214207e98344",
|
||||
"rev": "e2c97799da5f5cd87adfa5017fba971771e123ef",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -95,6 +95,9 @@ in
|
|||
temperature.night = 3500;
|
||||
};
|
||||
|
||||
# fixes vs code for wayland
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
|
||||
# ------------ Display Manager ----------------------------------------------
|
||||
services.greetd = {
|
||||
|
|
Loading…
Reference in a new issue