mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-05-02 00:36:31 +05:30
feat: update flake
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
|
||||
../common
|
||||
../../modules/nixos/desktop
|
||||
../../modules/nixos/desktop/awesome
|
||||
../../modules/nixos/desktop/hyprland
|
||||
../../modules/nixos/desktop/mango
|
||||
../../modules/nixos/virtualisation
|
||||
@@ -286,7 +285,7 @@
|
||||
supergfxd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
mode = "Integrated";
|
||||
mode = "Hybrid";
|
||||
vfio_enable = false;
|
||||
vfio_save = false;
|
||||
always_reboot = false;
|
||||
@@ -298,7 +297,6 @@
|
||||
|
||||
asusd = {
|
||||
enable = true;
|
||||
enableUserService = true;
|
||||
asusdConfig.text = ''
|
||||
(
|
||||
charge_control_end_threshold: 80,
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../../modules/home/desktop/awesome
|
||||
../../modules/home/desktop/hyprland
|
||||
../../modules/home/desktop/mango
|
||||
../../modules/home/desktop/vicinae
|
||||
../../modules/home/desktop/utils
|
||||
../../modules/home/picom
|
||||
../../modules/home/alacritty
|
||||
../../modules/home/wezterm
|
||||
../../modules/home/ghostty
|
||||
@@ -95,7 +93,6 @@
|
||||
"Stuff"
|
||||
"Distrobox"
|
||||
"go"
|
||||
".mozilla"
|
||||
".ssh"
|
||||
".wakatime"
|
||||
".rustup"
|
||||
@@ -104,6 +101,7 @@
|
||||
".cache/awww"
|
||||
".cache/spotifyd"
|
||||
".cache/spotify-player"
|
||||
".config/mozilla"
|
||||
".config/BraveSoftware"
|
||||
".config/vivaldi"
|
||||
".config/Antigravity"
|
||||
|
||||
Reference in New Issue
Block a user