This commit is contained in:
parent
1de0699aa3
commit
15631ffcfe
8 changed files with 28 additions and 76 deletions
|
@ -14,7 +14,7 @@ in {
|
|||
imports = [
|
||||
./dconf.nix
|
||||
./theme.nix
|
||||
./neovim.nix
|
||||
./neovim.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
@ -189,5 +189,12 @@ in {
|
|||
videos = "${home}/cloud/Videos";
|
||||
};
|
||||
|
||||
# xdg.configFile."electron-flags.conf".text = ''
|
||||
# --enable-features=UseOzonePlatform
|
||||
# --ozone-platform=wayland
|
||||
# --enable-features=WaylandWindowDecorations
|
||||
# --ozone-platform-hint=auto
|
||||
# '';
|
||||
|
||||
services.syncthing.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue