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 ];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -7,7 +7,6 @@
|
||||||
../configurations/citrix.nix
|
../configurations/citrix.nix
|
||||||
../configurations/deluge.nix
|
../configurations/deluge.nix
|
||||||
../configurations/dropbox.nix
|
../configurations/dropbox.nix
|
||||||
../configurations/dwarf-fortress.nix
|
|
||||||
../configurations/firefox.nix
|
../configurations/firefox.nix
|
||||||
../configurations/fonts.nix
|
../configurations/fonts.nix
|
||||||
../configurations/gnupg.nix
|
../configurations/gnupg.nix
|
||||||
|
@ -21,7 +20,6 @@
|
||||||
../configurations/networkmanager.nix
|
../configurations/networkmanager.nix
|
||||||
../configurations/pass.nix
|
../configurations/pass.nix
|
||||||
../configurations/sound.nix
|
../configurations/sound.nix
|
||||||
../configurations/steam.nix
|
|
||||||
../configurations/sway.nix
|
../configurations/sway.nix
|
||||||
../configurations/syncthing.nix
|
../configurations/syncthing.nix
|
||||||
../configurations/teams.nix
|
../configurations/teams.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue