moved to unstable

feat/kile-v2
Ricard Illa 2022-02-01 19:43:12 +01:00
parent e2f0ecd47e
commit 5ec54fbaec
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
4 changed files with 5 additions and 7 deletions

View File

@ -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 = [

View File

@ -4,7 +4,7 @@
programs.alacritty = {
enable = true;
settings = {
background_opacity = 0.9;
window.opacity = 0.9;
colors = {
primary = {
background = "#282828";

View File

@ -59,7 +59,6 @@ in {
".mozilla"
".newsboat"
".vdirsyncer"
".local/var/pmbootstrap"
];
files = [
".gnupg/pubring.kbx"

View File

@ -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 = [