Introduce a variable for sway includes and disable relatime on the zfs legacy mounts.
This commit is contained in:
@@ -5,6 +5,14 @@
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
exec_kanshi = pkgs.writeTextFile {
|
||||
name = "exec_kanshi.conf";
|
||||
text = ''
|
||||
exec kanshi
|
||||
'';
|
||||
};
|
||||
in
|
||||
{
|
||||
imports = [ ];
|
||||
|
||||
@@ -12,6 +20,10 @@
|
||||
kanshi
|
||||
];
|
||||
|
||||
me.swayIncludes = [
|
||||
exec_kanshi
|
||||
];
|
||||
|
||||
home-manager.users.talexander =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user