add chatterino, plasma-config, kitty, runelite, eza
fix formatting, fix btrfs being enabled by default update flake
This commit is contained in:
parent
01f8435ba7
commit
39fb8c64dc
15 changed files with 195 additions and 48 deletions
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -14,6 +9,7 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.consoleMode = "max";
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
@ -35,17 +31,23 @@
|
|||
awesome-flake = {
|
||||
cli = {
|
||||
neovim.enable = true;
|
||||
eza.enable = true;
|
||||
};
|
||||
|
||||
apps = {
|
||||
steam.enable = true;
|
||||
};
|
||||
|
||||
desktop.plasma.enable = true;
|
||||
hardware.audio.enable = true;
|
||||
|
||||
services = {
|
||||
btrfs.enable = true;
|
||||
};
|
||||
|
||||
system.fonts.enable = true;
|
||||
system.fonts.emoji = true;
|
||||
system.gnupg.enable = true;
|
||||
};
|
||||
|
||||
# Set your time zone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue