nixfmt
This commit is contained in:
@@ -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