4/30
This commit is contained in:
parent
e1fe85f763
commit
7587d91cd1
8 changed files with 146 additions and 46 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ nixos-hardware, config, pkgs, ... }:
|
||||
{ config, pkgs, nixos-hardware, sops-nix, ... }:
|
||||
{
|
||||
imports =
|
||||
[
|
||||
|
|
@ -12,6 +12,7 @@
|
|||
fonts = {
|
||||
fonts = with pkgs; [
|
||||
spleen
|
||||
roboto
|
||||
];
|
||||
};
|
||||
programs.light.enable = true;
|
||||
|
|
|
|||
|
|
@ -3,16 +3,17 @@
|
|||
imports = [
|
||||
../../modules/wayland
|
||||
../../modules/librewolf
|
||||
../home.nix
|
||||
];
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
neofetch
|
||||
pulseaudio
|
||||
pulsemixer
|
||||
alsa-utils
|
||||
discord
|
||||
signal-desktop
|
||||
runelite
|
||||
framesh
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue