diff --git a/flake.lock b/flake.lock index bf0c5ff..3b0c59d 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1740432748, - "narHash": "sha256-BCeFtoJ/+LrZc03viRJWHfzAqqG8gPu/ikZeurv05xs=", + "lastModified": 1741791118, + "narHash": "sha256-4Y427uj0eql4yRU5rely3EcOlB9q457UDbG9omPtXiA=", "owner": "nix-community", "repo": "home-manager", - "rev": "c12dcc9b61429b2ad437a7d4974399ad8f910319", + "rev": "18780912345970e5b546b1b085385789b6935a83", "type": "github" }, "original": { @@ -43,11 +43,11 @@ ] }, "locked": { - "lastModified": 1737057290, - "narHash": "sha256-3Pe0yKlCc7EOeq1X/aJVDH0CtNL+tIBm49vpepwL1MQ=", + "lastModified": 1740947705, + "narHash": "sha256-Co2kAD2SZalOm+5zoxmzEVZNvZ17TyafuFsD46BwSdY=", "owner": "nix-community", "repo": "nixos-generators", - "rev": "d002ce9b6e7eb467cd1c6bb9aef9c35d191b5453", + "rev": "507911df8c35939050ae324caccc7cf4ffb76565", "type": "github" }, "original": { @@ -58,11 +58,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1740367490, - "narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=", + "lastModified": 1741513245, + "narHash": "sha256-7rTAMNTY1xoBwz0h7ZMtEcd8LELk9R5TzBPoHuhNSCk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0196c0175e9191c474c26ab5548db27ef5d34b05", + "rev": "e3e32b642a31e6714ec1b712de8c91a3352ce7e1", "type": "github" }, "original": { @@ -82,11 +82,11 @@ ] }, "locked": { - "lastModified": 1739557722, - "narHash": "sha256-XikzLpPUDYiNyJ4w2SfRShdbSkIgE3btYdxCGInmtc4=", + "lastModified": 1740569341, + "narHash": "sha256-WV8nY2IOfWdzBF5syVgCcgOchg/qQtpYh6LECYS9XkY=", "owner": "nix-community", "repo": "plasma-manager", - "rev": "1f3e1f38dedbbb8aad77e184fb54ec518e2d9522", + "rev": "5eeb0172fb74392053b66a8149e61b5e191b2845", "type": "github" }, "original": { diff --git a/home/default.nix b/home/default.nix index 866f284..cc247a9 100644 --- a/home/default.nix +++ b/home/default.nix @@ -54,8 +54,8 @@ in }; # alias for nix shell with flake packages functions.add.body = '' - set -x packages 'nixpkgs#'(string join ' nixpkgs#' $argv) - nix shell $packages --command fish + set -x packages 'nixpkgs#'$argv + nix shell $packages ''; interactiveShellInit = '' fastfetch diff --git a/hosts/Yura-PC/default.nix b/hosts/Yura-PC/default.nix index a98ffa8..44f6a7c 100644 --- a/hosts/Yura-PC/default.nix +++ b/hosts/Yura-PC/default.nix @@ -209,13 +209,35 @@ # fonts.fontconfig.allowBitmaps = false; environment.systemPackages = with pkgs; [ - darkman dust - efibootmgr eza fastfetch fd + helix + micro + ripgrep + starship + tealdeer + ] ++ [ + efibootmgr ffmpeg + file + fq + gnumake + ijq + jq + ldns + mediainfo + rbw + restic + resticprofile + rclone + ripgrep-all + rustscan + whois + yt-dlp + ] ++ [ + darkman host-spawn # for flatpaks kdePackages.filelight kdePackages.flatpak-kcm @@ -223,8 +245,14 @@ kdePackages.yakuake gcr gnome-keyring # config for this and some others - gnumake - helix + mpv + nextcloud-client + lxqt.pavucontrol-qt + pinentry + tela-circle-icon-theme + virt-viewer + waypipe + ] ++ [ # jetbrains.rust-rover # jetbrains.goland jetbrains.clion @@ -232,22 +260,7 @@ jetbrains.pycharm-professional jetbrains.webstorm android-studio - mediainfo - micro - mpv - nextcloud-client - lxqt.pavucontrol-qt - pinentry - rbw - ripgrep rustup - starship - tealdeer - tela-circle-icon-theme - virt-viewer - waypipe - whois - yt-dlp ]; # Some programs need SUID wrappers, can be configured further or are