mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 21:00:32 +01:00
nix fmt; yubioath-flutter
This commit is contained in:
parent
e1b22e3855
commit
d11cebc1e9
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
config,
|
config,
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}: {
|
||||||
{
|
|
||||||
# Runtime
|
# Runtime
|
||||||
virtualisation.podman = {
|
virtualisation.podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue