nixfmt
This commit is contained in:
@@ -61,9 +61,9 @@
|
||||
image = ./wallpaper.png;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/brushtrees.yaml";
|
||||
opacity = {
|
||||
terminal = .85;
|
||||
popups = .75;
|
||||
desktop = .75;
|
||||
terminal = 0.85;
|
||||
popups = 0.75;
|
||||
desktop = 0.75;
|
||||
};
|
||||
|
||||
cursor = {
|
||||
|
||||
@@ -1,15 +1,10 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../home/home_common.nix
|
||||
../home/gnome.nix
|
||||
../home/sway.nix
|
||||
];
|
||||
|
||||
imports = [ ../home/home_common.nix ../home/gnome.nix ../home/sway.nix ];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
nerdfonts
|
||||
|
||||
Reference in New Issue
Block a user