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:
parent
369469f5ac
commit
cc0629c3cf
@ -5,6 +5,7 @@
|
||||
./polybar.nix
|
||||
./dunst.nix
|
||||
./zsh.nix
|
||||
./i3.nix
|
||||
./nextcloud.nix
|
||||
./autorandr.nix
|
||||
./git.nix
|
||||
@ -16,7 +17,11 @@
|
||||
|
||||
pkgs.jabref
|
||||
pkgs.libreoffice-fresh
|
||||
|
||||
|
||||
pkgs.nixfmt
|
||||
pkgs.nixpkgs-fmt
|
||||
|
||||
pkgs.neofetch
|
||||
|
||||
pkgs.jitsi-meet-electron
|
||||
pkgs.skypeforlinux
|
||||
|
||||
9
home/config/nixpkgs/i3.nix
Normal file
9
home/config/nixpkgs/i3.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ config, pkgs, lib, ...}:
|
||||
{
|
||||
xdg = {
|
||||
configFile."i3" = {
|
||||
source = conf/i3;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
@ -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/.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user