Fix formatting
This commit is contained in:
+31
-23
@@ -1,30 +1,38 @@
|
||||
{ config, lib, pkgs, inputs, ... }:
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports =
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
||||
../../modules/ollama
|
||||
../../modules/workstation/graphics.nix
|
||||
../../modules/workstation/audio.nix
|
||||
../../modules/workstation/xserver.nix
|
||||
../../modules/workstation/keyd.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = lib.mkAfter (
|
||||
with pkgs;
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
firefox
|
||||
xdg-utils
|
||||
dmenu
|
||||
pulseaudio
|
||||
brightnessctl
|
||||
maim
|
||||
xclip
|
||||
xsel
|
||||
prismlauncher
|
||||
spotify
|
||||
|
||||
../../modules/ollama
|
||||
../../modules/workstation/graphics.nix
|
||||
../../modules/workstation/audio.nix
|
||||
../../modules/workstation/xserver.nix
|
||||
../../modules/workstation/keyd.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = lib.mkAfter (with pkgs; [
|
||||
firefox
|
||||
xdg-utils
|
||||
dmenu
|
||||
pulseaudio
|
||||
brightnessctl
|
||||
maim
|
||||
xclip
|
||||
xsel
|
||||
prismlauncher
|
||||
|
||||
inputs.kutu.packages.${stdenv.hostPlatform.system}.default
|
||||
]);
|
||||
inputs.kutu.packages.${stdenv.hostPlatform.system}.default
|
||||
]
|
||||
);
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.hurmit
|
||||
|
||||
Reference in New Issue
Block a user