1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

added i3 config to home-managed files

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
Stefan Ellmauthaler 2021-10-15 13:18:39 +02:00
parent 369469f5ac
commit cc0629c3cf
8 changed files with 15 additions and 2 deletions

View File

@ -5,6 +5,7 @@
./polybar.nix
./dunst.nix
./zsh.nix
./i3.nix
./nextcloud.nix
./autorandr.nix
./git.nix
@ -17,6 +18,10 @@
pkgs.jabref
pkgs.libreoffice-fresh
pkgs.nixfmt
pkgs.nixpkgs-fmt
pkgs.neofetch
pkgs.jitsi-meet-electron
pkgs.skypeforlinux

View File

@ -0,0 +1,9 @@
{ config, pkgs, lib, ...}:
{
xdg = {
configFile."i3" = {
source = conf/i3;
recursive = true;
};
};
}

View File

@ -4,7 +4,6 @@
cp /etc/nixos/configuration.nix .
cp -r /etc/nixos/machine .
cp -r /etc/nixos/programs .
cp -r $HOME/.config/i3 ./home/config/.
cp -r $HOME/.config/nixpkgs ./home/config/.
mkdir -p ./home/config/Nextcloud
cp -r $HOME/.config/Nextcloud/nextcloud.cfg ./home/config/Nextcloud/.