move skinny to skingle file as wel
This commit is contained in:
parent
e1760deb23
commit
1710dcaabc
2 changed files with 5 additions and 11 deletions
|
@ -23,12 +23,16 @@
|
|||
fonts.fontconfig.enable = true;
|
||||
home-manager.users.cyryl = {...}: {
|
||||
imports = [
|
||||
./home.nix
|
||||
../../home-common.nix
|
||||
../../programs/git.nix
|
||||
../../gui.nix
|
||||
];
|
||||
home.stateVersion = config.system.stateVersion;
|
||||
|
||||
nixpkgs.overlays = config.nixpkgs.overlays;
|
||||
nixpkgs.config = config.nixpkgs.config;
|
||||
|
||||
home.file.".config/i3/status.toml".source = ../../../.config/i3/status-single-bat.toml;
|
||||
};
|
||||
|
||||
imports = [
|
|
@ -1,10 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.file.".config/i3/status.toml".source = ../../../.config/i3/status-single-bat.toml;
|
||||
|
||||
imports = [
|
||||
../../home-common.nix
|
||||
../../programs/git.nix
|
||||
../../gui.nix
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue