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
|
./polybar.nix
|
||||||
./dunst.nix
|
./dunst.nix
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
|
./i3.nix
|
||||||
./nextcloud.nix
|
./nextcloud.nix
|
||||||
./autorandr.nix
|
./autorandr.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
@ -17,6 +18,10 @@
|
|||||||
pkgs.jabref
|
pkgs.jabref
|
||||||
pkgs.libreoffice-fresh
|
pkgs.libreoffice-fresh
|
||||||
|
|
||||||
|
pkgs.nixfmt
|
||||||
|
pkgs.nixpkgs-fmt
|
||||||
|
|
||||||
|
pkgs.neofetch
|
||||||
|
|
||||||
pkgs.jitsi-meet-electron
|
pkgs.jitsi-meet-electron
|
||||||
pkgs.skypeforlinux
|
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 /etc/nixos/configuration.nix .
|
||||||
cp -r /etc/nixos/machine .
|
cp -r /etc/nixos/machine .
|
||||||
cp -r /etc/nixos/programs .
|
cp -r /etc/nixos/programs .
|
||||||
cp -r $HOME/.config/i3 ./home/config/.
|
|
||||||
cp -r $HOME/.config/nixpkgs ./home/config/.
|
cp -r $HOME/.config/nixpkgs ./home/config/.
|
||||||
mkdir -p ./home/config/Nextcloud
|
mkdir -p ./home/config/Nextcloud
|
||||||
cp -r $HOME/.config/Nextcloud/nextcloud.cfg ./home/config/Nextcloud/.
|
cp -r $HOME/.config/Nextcloud/nextcloud.cfg ./home/config/Nextcloud/.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user