update
This commit is contained in:
parent
2bba124946
commit
6e5174cb08
5 changed files with 150 additions and 138 deletions
|
@ -1,8 +1,10 @@
|
|||
{ pkgs, username, ... }:
|
||||
{
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
xkb.layout = "us";
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
xkb.layout = "us";
|
||||
};
|
||||
|
||||
displayManager.autoLogin = {
|
||||
enable = true;
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
# https://github.com/catppuccin/cava
|
||||
home.file.".config/cava/config".text = ''
|
||||
# custom cava config
|
||||
'' + builtins.readFile "${inputs.catppuccin-cava}/mocha.cava";
|
||||
'' + builtins.readFile "${inputs.catppuccin-cava}/themes/mocha.cava";
|
||||
}
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
};
|
||||
|
||||
master = {
|
||||
new_is_master = true;
|
||||
# new_is_master = true;
|
||||
special_scale_factor = 1;
|
||||
no_gaps_when_only = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue