updates: nixpkgs, home-manager, secrix

This commit is contained in:
2026-06-21 13:26:19 -07:00
parent ff1c55e812
commit 37769c788a
2 changed files with 26 additions and 13 deletions

18
flake.lock generated
View File

@@ -81,11 +81,11 @@
]
},
"locked": {
"lastModified": 1777780644,
"narHash": "sha256-CYpc+mk28rmcQWGygeM8CA+Z8SZYy8BOyQtiW18spao=",
"lastModified": 1781989573,
"narHash": "sha256-npfH7Zv7t1akX/ArqCNro4zU4ViPlghLaPnbEfHbCxk=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "b9311028044a9e9b2cf27db15ef0a87d464e212d",
"rev": "78e7d8b13ecd7f5256a5c11ce216876164099d9f",
"type": "github"
},
"original": {
@@ -158,11 +158,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1777578337,
"narHash": "sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM+Z4=",
"lastModified": 1781577229,
"narHash": "sha256-lrp67w8AulE9Ks53n27I45ADSzbOCn4H+CNW1Ck8B+8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "15f4ee454b1dce334612fa6843b3e05cf546efab",
"rev": "567a49d1913ce81ac6e9582e3553dd90a955875f",
"type": "github"
},
"original": {
@@ -259,11 +259,11 @@
]
},
"locked": {
"lastModified": 1763929380,
"narHash": "sha256-Yc7gZME/lcHoJH6bMPCG7CyjKWhOLJPqLI8MXtyKPHo=",
"lastModified": 1781802448,
"narHash": "sha256-fquZY1SFToXU+M5jBAiNGoMBUfXbDB036lS4K7M81FA=",
"owner": "Platonic-Systems",
"repo": "secrix",
"rev": "c6e3ca7af47c329dcf442a3d017ae171eee5612f",
"rev": "f79faf63b260e27c3a1a2ba047ac72963d5b0066",
"type": "github"
},
"original": {

View File

@@ -38,8 +38,7 @@
services.xserver.enable = false;
# Enable the KDE Plasma Desktop Environment.
services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true;
services.displayManager.plasma-login-manager.enable = true;
services.desktopManager.plasma6.enable = true;
# Enable CUPS to print documents.
@@ -78,7 +77,6 @@
# https://nixos.wiki/wiki/Docker
virtualisation.docker.enable = true;
virtualisation.docker.enableOnBoot = false;
virtualisation.docker.package = pkgs.docker_28;
# https://github.com/flatpak/flatpak/issues/2861
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
@@ -94,6 +92,11 @@
jetbrains-mono
];
# remove after bitwarden update
nixpkgs.config.permittedInsecurePackages = [
"electron-39.8.10"
];
environment.systemPackages = with pkgs; [
dust
eza
@@ -142,10 +145,11 @@
];
})
nextcloud-client
lutris
# lutris
lxqt.pavucontrol-qt
pinentry-all
tela-circle-icon-theme
typst
virt-viewer
waypipe
] ++ [
@@ -159,7 +163,13 @@
rustup
zed-editor
package-version-server # for zed
antigravity-cli
antigravity-fhs
codex
# codex-acp
github-copilot-cli
opencode
opencode-desktop
] ++ [
# C
gcc
@@ -170,6 +180,9 @@
poetry
# Haskell
cabal-install
haskell-language-server
# haskellPackages.hls-cabal-plugin
haskellPackages.ghc
haskellPackages.stack