Use Tauon

This commit is contained in:
Invariantspace 2023-10-25 17:37:16 -07:00
parent e3ceca74c0
commit 6ca65344a3
9 changed files with 63 additions and 134 deletions

View file

@ -1,10 +1,10 @@
{ config, ... }: {
programs = {
adb.enable = true;
kdeconnect.enable = true;
};
users.users.${config.constants.userName}.extraGroups = [ "adbusers" ];
}
programs = {
adb.enable = true;
kdeconnect.enable = true;
};
users.users.${config.constants.userName}.extraGroups = [ "adbusers" ];
}

View file

@ -9,13 +9,7 @@
boot.loader.grub = {
enable = true;
device = "nodev";
efiSupport = true;
efiInstallAsRemovable = true;
darkmatter-theme = {
enable = true;
style = "nixos";
resolution = "1440p";
};
theme = pkgs.sleek-grub-theme.override { withStyle = "dark"; };
};
# Set your time zone.

View file

@ -1,6 +1,5 @@
{ inputs, ... }: {
imports = with inputs; [
darkmatter.nixosModule
disko.nixosModules.disko
hardware.nixosModules.asus-zephyrus-ga402
] ++ [

View file

@ -3,7 +3,6 @@
home.packages = with pkgs; [
exactaudiocopy
haruna
jellyfin-media-player
lutris
nvtop-amd
mono
@ -11,6 +10,7 @@
qbittorrent
sweet
sweet-nova
tauon
telegram-desktop
thunderbird
wineWowPackages.waylandFull

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running `nixos-help`).
{ ... }:
{ pkgs, ... }:
{
@ -10,12 +10,7 @@
boot.loader.grub = {
enable = true;
device = "nodev";
efiSupport = true;
efiInstallAsRemovable = true;
darkmatter-theme = {
enable = true;
style = "nixos";
};
theme = pkgs.sleek-grub-theme.override { withStyle = "dark"; };
};
# Set your time zone.

View file

@ -2,7 +2,6 @@
{
imports = with inputs; [
darkmatter.nixosModule
disko.nixosModules.disko
hardware.nixosModules.common-cpu-amd
hardware.nixosModules.common-cpu-amd-pstate