god only knows

This commit is contained in:
atagen 2022-12-02 11:51:00 +11:00
parent 2f2060aade
commit 37a11e11ff
23 changed files with 230 additions and 49 deletions

17
home/home.nix Normal file → Executable file
View file

@ -3,7 +3,8 @@
{
imports = [
# who are you?
./fossil.nix
./bolt.nix
# ./fossil.nix
# ./plank.nix
];
@ -17,6 +18,9 @@
nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [
rustup
kitty
thunderbird
@ -46,6 +50,7 @@
libsForQt5.ark
libsForQt5.qtstyleplugin-kvantum
libsForQt5.bismuth
gtk-engine-murrine
@ -53,15 +58,15 @@
(callPackage ./homepkgs/git-credential-keepassxc.nix { })
(callPackage ./homepkgs/culr.nix { })
(libsForQt5.callPackage ./homepkgs/bismuth.nix { })
# (libsForQt5.callPackage ./homepkgs/bismuth.nix { })
];
gtk = {
enable = true;
theme = {
package = pkgs.arc-theme;
name = "Arc-Dark";
#package = pkgs.arc-theme;
name = "Simplewaita";
};
};
@ -112,7 +117,7 @@
programs.kitty = {
enable = true;
font = {
name = "MesloLGS NF Regular";
name = "Ellograph CF";
size = 10;
};
settings = {
@ -292,7 +297,7 @@ fresh
theme = "bogster";
};
home.stateVersion = "22.05";
home.stateVersion ="22.11";
programs.home-manager.enable = true;
}