some pitchy patches

This commit is contained in:
alisceon 2026-01-30 16:41:25 +01:00
parent e7632cb5d3
commit 4da72e5043
8 changed files with 51 additions and 19 deletions

View file

@ -35,6 +35,7 @@
home.homeDirectory = "/home/alisceon";
home.stateVersion = "24.05";
manual.manpages.enable = true;
stylix.enableReleaseChecks = false;
programs = {
fish = {
enable = false;

View file

@ -1,7 +1,4 @@
{ pkgs, config, hostName, lib, ... }: {
stylix.enableReleaseChecks = false;
programs = {
vscode = {
enable = true;

13
home/root/base.nix Normal file
View file

@ -0,0 +1,13 @@
{ pkgs, config, hostName, lib, ... }:
{
stylix.enableReleaseChecks = false;
home.username = "root";
home.homeDirectory = "/root";
home.stateVersion = "24.05";
programs = {
git = {
enable = true;
extraConfig.safe.directory = "/home/alisceon/.nixos_config";
}; # end git
}; # end programs
} # end file

View file

@ -410,6 +410,7 @@
"bluetooth" = {
format-connected = "| ";
format-disconnected = "| ";
format-no-controllers = "";
interval = 15;
on-click = "${uwsm} ${term} -e bluetui";
};