Backup
This commit is contained in:
parent
811660e30a
commit
01e4fe7095
22 changed files with 102 additions and 122 deletions
modules/applications/xmonad
|
@ -1,29 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
home-manager.users.adrielus = {
|
||||
# xsession.windowManager.xmonad = {
|
||||
# enable = true;
|
||||
# enableContribAndExtras = true;
|
||||
# config = ./Main.hs;
|
||||
# };
|
||||
|
||||
home.packages = with pkgs; [ xwallpaper ];
|
||||
|
||||
# Tell KDE to use xmonad
|
||||
# home.file.".config/plasma-workspace/env/set_window_manager.sh".text =
|
||||
# "export KDEWM=/home/adrielus/.nix-profile/bin/xmonad";
|
||||
|
||||
services.picom = {
|
||||
enable = false;
|
||||
blur = true;
|
||||
shadow = false;
|
||||
extraOptions = ''
|
||||
blur:
|
||||
{
|
||||
method = "gaussian";
|
||||
size = 10;
|
||||
deviation = 5.0;
|
||||
};
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue