use mindforger from own branch
This commit is contained in:
parent
64a5fe603f
commit
f3876d7ef7
4 changed files with 10 additions and 17 deletions
|
@ -30,15 +30,6 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
nix.nixPath = [
|
||||
"nixpkgs=https://github.com/NixOS/nixpkgs/archive/20.09.tar.gz"
|
||||
"nixos-config=/etc/nixos/configuration.nix"
|
||||
"/nix/var/nix/profiles/per-user/root/channels"
|
||||
"home-manager=https://github.com/rycee/home-manager/archive/release-20.09.tar.gz"
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
programs.steam.enable = true;
|
||||
home-manager.users.cyryl = {...}: {
|
||||
imports = [
|
||||
../../home-manager
|
||||
|
@ -50,5 +41,7 @@
|
|||
|
||||
home.file.".config/i3/status.toml".source = ../../../.config/i3/status-double-bat.toml;
|
||||
};
|
||||
fonts.fontconfig.enable = true;
|
||||
programs.steam.enable = true;
|
||||
|
||||
}
|
||||
|
|
|
@ -33,13 +33,6 @@
|
|||
};
|
||||
time.timeZone = "Europe/London";
|
||||
|
||||
nix.nixPath = [
|
||||
"nixpkgs=https://github.com/NixOS/nixpkgs/archive/20.09.tar.gz"
|
||||
"nixos-config=/etc/nixos/configuration.nix"
|
||||
"/nix/var/nix/profiles/per-user/root/channels"
|
||||
"home-manager=https://github.com/rycee/home-manager/archive/release-20.09.tar.gz"
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
home-manager.users.cyryl = {...}: {
|
||||
imports = [
|
||||
|
|
|
@ -60,6 +60,13 @@ in
|
|||
daemonNiceLevel = 19;
|
||||
gc.automatic = true;
|
||||
optimise.automatic = true;
|
||||
nixPath = [
|
||||
"nixpkgs=https://github.com/NixOS/nixpkgs/archive/20.09.tar.gz"
|
||||
"cyplo-mindforger=https://github.com/cyplo/nixpkgs/archive/mindforger1.52.tar.gz"
|
||||
"nixos-config=/etc/nixos/configuration.nix"
|
||||
"/nix/var/nix/profiles/per-user/root/channels"
|
||||
"home-manager=https://github.com/rycee/home-manager/archive/release-20.09.tar.gz"
|
||||
];
|
||||
};
|
||||
|
||||
system = {
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
home.packages = with pkgs; [
|
||||
keybase-gui
|
||||
unstable.electrum
|
||||
mindforger trilium-desktop typora
|
||||
(import <cyplo-mindforger>{}).mindforger trilium-desktop typora
|
||||
digikam anarchism
|
||||
zoom-us ssb-patchwork
|
||||
passff-host
|
||||
|
|
Loading…
Reference in a new issue