mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 23:11:57 +00:00
Reverted python change on homeserver and added python to worklaptop
This commit is contained in:
@@ -8,12 +8,11 @@
|
||||
...
|
||||
}: {
|
||||
home.packages = [
|
||||
(pkgs.python314.withPackages (
|
||||
(pkgs.python3.withPackages (
|
||||
python-pkgs: [
|
||||
python-pkgs.pkginfo
|
||||
python-pkgs.python-lsp-server
|
||||
python-pkgs.setuptools
|
||||
python-pkgs.uv
|
||||
]
|
||||
))
|
||||
pkgs.lua54Packages.lua
|
||||
|
||||
@@ -18,6 +18,13 @@
|
||||
--add-flags "--ozone-platform=wayland --enable-features=UseOzonePlatform --ozone-platform-hint=auto"
|
||||
'';
|
||||
};
|
||||
python = pkgs.python314.withPackages (
|
||||
python-pkgs: [
|
||||
python-pkgs.pkginfo
|
||||
python-pkgs.setuptools
|
||||
python-pkgs.uv
|
||||
]
|
||||
);
|
||||
in {
|
||||
home.packages = [
|
||||
pkgs.bitwarden-desktop
|
||||
@@ -41,6 +48,7 @@ in {
|
||||
unstablePkgs.podman-desktop
|
||||
unstablePkgs.podman-tui
|
||||
pkgs.popsicle
|
||||
python
|
||||
pkgs.smile
|
||||
pkgs.sshs
|
||||
pkgs.vial
|
||||
|
||||
Reference in New Issue
Block a user