Remove some unused configurations
This commit is contained in:
parent
ecc301166e
commit
dbe32eef7f
3 changed files with 0 additions and 41 deletions
|
@ -1,19 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
chvp.zfs.homeLinks = [
|
||||
{ type = "data"; path = ".local/share/df_linux"; }
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
dwarf-fortress = super.dwarf-fortress.override {
|
||||
enableSound = false;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [ dwarf-fortress ];
|
||||
};
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
hardware = {
|
||||
opengl = {
|
||||
driSupport32Bit = true;
|
||||
extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
||||
};
|
||||
pulseaudio.support32Bit = true;
|
||||
};
|
||||
|
||||
chvp.zfs.homeLinks = [
|
||||
{ path = ".paradoxlauncher"; type = "data"; }
|
||||
{ path = ".steam"; type = "data"; }
|
||||
{ path = ".local/share/Steam"; type = "data"; }
|
||||
{ path = ".local/share/Paradox Interactive"; type = "data"; }
|
||||
];
|
||||
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = [ pkgs.steam ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue