mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
update to nixos 23.05
This commit is contained in:
parent
337679971a
commit
bd978f6b03
12 changed files with 28 additions and 26 deletions
|
@ -14,7 +14,7 @@ in
|
|||
ghostwriter
|
||||
(gimp-with-plugins.override {
|
||||
plugins = with gimpPlugins; [
|
||||
resynthesizer
|
||||
# resynthesizer # disabled because broken with python3
|
||||
];
|
||||
})
|
||||
keepassxc
|
||||
|
|
|
@ -30,13 +30,14 @@ in
|
|||
ms-azuretools.vscode-docker
|
||||
ms-python.python
|
||||
ms-vscode-remote.remote-ssh
|
||||
equinusocio.vsc-material-theme
|
||||
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||
{
|
||||
name = "vsc-material-theme"; # TODO included in 23.05
|
||||
publisher = "Equinusocio";
|
||||
version = "33.8.0";
|
||||
sha256 = "sha256-+I4AUwsrElT62XNvmuAC2iBfHfjNYY0bmAqzQvfwUYM=";
|
||||
}
|
||||
# {
|
||||
# name = "vsc-material-theme";
|
||||
# publisher = "Equinusocio";
|
||||
# version = "33.8.0";
|
||||
# sha256 = "sha256-+I4AUwsrElT62XNvmuAC2iBfHfjNYY0bmAqzQvfwUYM=";
|
||||
# }
|
||||
];
|
||||
})
|
||||
];
|
||||
|
|
|
@ -21,6 +21,6 @@ in
|
|||
arc-kde-theme
|
||||
arc-theme
|
||||
];
|
||||
qt5.platformTheme = "qt5ct";
|
||||
qt.platformTheme = "qt5ct";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue