framework
Stef Dunlap 11 months ago
parent ad20866a03
commit 114e7c0201
  1. 8
      app/minikube.nix
  2. 12
      app/wine.nix
  3. 5
      conf/workstation.nix
  4. 3
      flake.nix
  5. 2
      home/doom.d/init.el

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
minikube
kubectl
kubernetes-helm
];
}

@ -0,0 +1,12 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
wine
playonlinux
];
hardware.opengl = {
enable = true;
driSupport32Bit = true;
};
}

@ -89,10 +89,15 @@
chromium
firefox
git
hunspell
hunspellDicts.en_US
hunspellDicts.en_CA
hunspellDicts.fr-any
kate
python3Full
qutebrowser
sops
libsForQt5.sonnet
tree
unzip
xsel

@ -79,8 +79,7 @@
})
./conf/workstation.nix
./box/wmft16.nix
./conf/1710_k8s.nix
./app/k3s.nix
./app/minikube.nix
home-manager.nixosModules.home-manager {
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;

@ -153,7 +153,7 @@
;;nim ; python + lisp at the speed of c
nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel
org ; organize your plain life in plain text
(org +pomodoro) ; organize your plain life in plain text
;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional

Loading…
Cancel
Save