moved to unstable
parent
e2f0ecd47e
commit
5ec54fbaec
|
@ -7,7 +7,8 @@
|
|||
let
|
||||
home-manager = builtins.fetchTarball {
|
||||
url =
|
||||
"https://github.com/nix-community/home-manager/archive/release-21.11.tar.gz";
|
||||
# "https://github.com/nix-community/home-manager/archive/release-21.11.tar.gz";
|
||||
"https://github.com/nix-community/home-manager/archive/master.tar.gz";
|
||||
};
|
||||
in {
|
||||
imports = [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
background_opacity = 0.9;
|
||||
window.opacity = 0.9;
|
||||
colors = {
|
||||
primary = {
|
||||
background = "#282828";
|
||||
|
|
|
@ -59,7 +59,6 @@ in {
|
|||
".mozilla"
|
||||
".newsboat"
|
||||
".vdirsyncer"
|
||||
".local/var/pmbootstrap"
|
||||
];
|
||||
files = [
|
||||
".gnupg/pubring.kbx"
|
||||
|
|
|
@ -5,12 +5,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
impermanence = builtins.fetchTarball {
|
||||
url = "https://github.com/nix-community/impermanence/archive/master.tar.gz";
|
||||
};
|
||||
home-manager = builtins.fetchTarball {
|
||||
url =
|
||||
"https://github.com/nix-community/home-manager/archive/release-21.11.tar.gz";
|
||||
# "https://github.com/nix-community/home-manager/archive/release-21.11.tar.gz";
|
||||
"https://github.com/nix-community/home-manager/archive/master.tar.gz";
|
||||
};
|
||||
in {
|
||||
imports = [
|
||||
|
|
Loading…
Reference in New Issue