fmt
This commit is contained in:
parent
b9b85657db
commit
8ee461d1de
9 changed files with 21 additions and 28 deletions
|
@ -1,6 +1,5 @@
|
|||
{ config, pkgs, lib, inputs, ... }:
|
||||
let inherit (import ./variables.nix) key theme color accent font desktop;
|
||||
|
||||
let inherit (import ./variables.nix) desktop;
|
||||
in {
|
||||
imports = [
|
||||
./controller.nix
|
||||
|
|
|
@ -60,8 +60,6 @@ in {
|
|||
# output_folder = "/home/lelgenio";
|
||||
};
|
||||
};
|
||||
home.sessionVariables = {
|
||||
MANGOHUD_DLSYM = 1;
|
||||
};
|
||||
home.sessionVariables = { MANGOHUD_DLSYM = 1; };
|
||||
};
|
||||
}
|
||||
|
|
|
@ -5,10 +5,6 @@
|
|||
pass-secret-service.enable = true;
|
||||
password-store-sync.enable = true;
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
pass
|
||||
wpass
|
||||
_gpg-unlock
|
||||
];
|
||||
home.packages = with pkgs; [ pass wpass _gpg-unlock ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue