nix fmt; yubioath-flutter

This commit is contained in:
xqtc161 2024-07-07 19:47:12 +02:00
parent e1b22e3855
commit d11cebc1e9
3 changed files with 3 additions and 6 deletions

View file

@ -27,10 +27,7 @@
firefox-addons.url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons"; firefox-addons.url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
nixvim = { nixvim = {
# If you are not running an unstable channel of nixpkgs, select the corresponding branch of nixvim.
#url = "github:nix-community/nixvim/22b587f3dc5c040eb1916aa2a67868f1918d9d17";
url = "github:nix-community/nixvim"; url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };

View file

@ -13,7 +13,6 @@
pkgs.telegram-desktop pkgs.telegram-desktop
pkgs.jetbrains.rust-rover pkgs.jetbrains.rust-rover
# pkgs.ida-free # pkgs.ida-free
# pkgs.yubioath-flutter
# pkgs.spotify # pkgs.spotify
] ]
else []; else [];
@ -22,6 +21,8 @@
in { in {
home.packages = home.packages =
[ [
pkgs.yubioath-flutter
pkgs.neofetch pkgs.neofetch
# pkgs.uwufetch # pkgs.uwufetch
maxfetch maxfetch

View file

@ -5,8 +5,7 @@
config, config,
inputs, inputs,
... ...
}: }: {
{
# Runtime # Runtime
virtualisation.podman = { virtualisation.podman = {
enable = true; enable = true;