unfuck my config

This commit is contained in:
zoe 2022-10-28 20:00:40 +02:00
parent 9afd3a2042
commit 29ca51a8c4
3 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
penrose
];
];
}

View File

@ -12,7 +12,7 @@ nixpkgs-fmt ./penrose/*.nix
cp -r /etc/nixos/ ./backup
# copy over all the files to /etc/nixos/
sudo cp -r ./configuration.nix ./nvim/ ./packages.nix ./home.nix /etc/nixos/ ./user.nix
sudo cp -r ./configuration.nix ./nvim/ ./packages.nix ./home.nix ./user.nix /etc/nixos/
## copy penrose stuff
sudo mkdir /etc/nixos/penrose
sudo cp -r ./penrose/Cargo.nix ./penrose/src ./penrose/default.nix ./penrose/rust-toolchain /etc/nixos/penrose

View File

@ -30,7 +30,6 @@
# window manager
rofi
penrose
# dev
## editors