Compare commits
3 commits
594710fda5
...
a3f4d4615a
| Author | SHA1 | Date | |
|---|---|---|---|
| a3f4d4615a | |||
| 0378235fac | |||
| 45fbdb9186 |
4 changed files with 8 additions and 4 deletions
|
|
@ -30,6 +30,7 @@
|
|||
{
|
||||
imports = [
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.niri-flake.nixosModules.niri
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
|
|
@ -3,9 +3,6 @@
|
|||
nixos.niri =
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.niri-flake.nixosModules.niri
|
||||
];
|
||||
|
||||
programs.niri = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
prismlauncher
|
||||
starsector
|
||||
|
||||
# gaming tools
|
||||
pyfa
|
||||
path-of-building
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
flake.modules.nixos.bluetooth =
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.bluetui ];
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue