chore: remove pop-os.nix

This commit is contained in:
Oliver Davies 2023-04-14 11:50:44 +01:00
parent d7c70ad5b1
commit c8bd0246ac

View file

@ -1,24 +0,0 @@
{ pkgs, ... }:
let
nixpkgs = import ./shared/nixpkgs.nix { };
in
{
imports = [
../home-manager/modules/common.nix
../home-manager/modules/git.nix
../home-manager/modules/home-manager.nix
../home-manager/modules/tmux.nix
../home-manager/modules/zsh.nix
];
nixpkgs = nixpkgs;
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
gnome.gnome-tweaks
jetbrains-mono
xcape
];
}