Compare commits

...

3 commits

4 changed files with 8 additions and 4 deletions

View file

@ -30,6 +30,7 @@
{ {
imports = [ imports = [
inputs.sops-nix.nixosModules.sops inputs.sops-nix.nixosModules.sops
inputs.niri-flake.nixosModules.niri
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [

View file

@ -3,9 +3,6 @@
nixos.niri = nixos.niri =
{ inputs, pkgs, ... }: { inputs, pkgs, ... }:
{ {
imports = [
inputs.niri-flake.nixosModules.niri
];
programs.niri = { programs.niri = {
enable = true; enable = true;

View file

@ -5,6 +5,10 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
prismlauncher prismlauncher
starsector starsector
# gaming tools
pyfa
path-of-building
]; ];
}; };
} }

View file

@ -1,7 +1,9 @@
{ {
flake.modules.nixos.bluetooth = flake.modules.nixos.bluetooth =
{ ... }: { pkgs, ... }:
{ {
environment.systemPackages = [ pkgs.bluetui ];
hardware.bluetooth = { hardware.bluetooth = {
enable = true; enable = true;
powerOnBoot = true; powerOnBoot = true;