mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: switch to sway. finally my tearing works again.
This commit is contained in:
parent
7e32b6d4d9
commit
ca512e9375
9 changed files with 279 additions and 99 deletions
13
users/myuser/graphical/fuzzel.nix
Normal file
13
users/myuser/graphical/fuzzel.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
home.persistence."/state".files = [
|
||||
".cache/fuzzel"
|
||||
];
|
||||
|
||||
stylix.targets.fuzzel.enable = true;
|
||||
programs.fuzzel = {
|
||||
enable = true;
|
||||
settings.main = {
|
||||
launch-prefix = "uwsm app --";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue