some pitchy patches
This commit is contained in:
parent
e7632cb5d3
commit
4da72e5043
8 changed files with 51 additions and 19 deletions
|
|
@ -35,6 +35,7 @@
|
|||
home.homeDirectory = "/home/alisceon";
|
||||
home.stateVersion = "24.05";
|
||||
manual.manpages.enable = true;
|
||||
stylix.enableReleaseChecks = false;
|
||||
programs = {
|
||||
fish = {
|
||||
enable = false;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
{ pkgs, config, hostName, lib, ... }: {
|
||||
|
||||
stylix.enableReleaseChecks = false;
|
||||
|
||||
programs = {
|
||||
vscode = {
|
||||
enable = true;
|
||||
|
|
|
|||
13
home/root/base.nix
Normal file
13
home/root/base.nix
Normal 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
|
||||
|
|
@ -410,6 +410,7 @@
|
|||
"bluetooth" = {
|
||||
format-connected = "| ᛒ";
|
||||
format-disconnected = "| ᚧ";
|
||||
format-no-controllers = "";
|
||||
interval = 15;
|
||||
on-click = "${uwsm} ${term} -e bluetui";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue