updated flake

feat/kile-v2
Ricard Illa 2022-07-12 12:39:20 +02:00
parent 453bb3611a
commit 6aac1fd4f2
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
4 changed files with 5 additions and 15 deletions

View File

@ -29,11 +29,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1657396086,
"narHash": "sha256-4cQ6hEuewWoFkTBlu211JGxPQQ1Zyli8oEq1cu7cVeA=",
"lastModified": 1657620121,
"narHash": "sha256-/F1KpOMy3FISxS7lEyQuDBUQB6cBFeR4ajQwhBepHCQ=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "c645cc9f82c7753450d1fa4d1bc73b64960a9d7a",
"rev": "45ef70cc73540fbf9718cce5da65e2aa6e7ab2f7",
"type": "github"
},
"original": {

View File

@ -10,11 +10,4 @@ in desktopConfig // {
home.file.".xinitrc".text = ''
exec ${config.home.homeDirectory}/.xsession
'';
services.picom = {
backend = "glx";
extraOptions = ''
use-damage=false;
'';
};
}

View File

@ -4,9 +4,9 @@ let wallpapers = "${config.home.homeDirectory}/Images/wallpapers/enabled";
in {
services.picom = {
enable = true;
blur = true;
fade = false;
shadow = true;
backend = "glx";
};
services.random-background = {

View File

@ -18,11 +18,8 @@ in desktopConfig // {
'';
services.picom = {
backend = "glx";
vSync = true;
extraOptions = ''
unredir-if-possible=false;
'';
settings.unredir-if-possible = false;
};
}