mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 19:57:19 +00:00
pngpaste back into user profile, add mesa to utmvm
This commit is contained in:
parent
ba3133b50d
commit
c83a6109d1
4 changed files with 9 additions and 7 deletions
|
@ -1,7 +1,12 @@
|
||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
darwin = with pkgs; [ ];
|
darwin = with pkgs; [
|
||||||
|
pngpaste
|
||||||
|
pinentry-touchid
|
||||||
|
pinentry-mac
|
||||||
|
spoof-mac
|
||||||
|
];
|
||||||
linux = with pkgs; [ ];
|
linux = with pkgs; [ ];
|
||||||
pass-extended = pkgs.pass.withExtensions (exts: [ exts.pass-genphrase exts.pass-otp exts.pass-import ]);
|
pass-extended = pkgs.pass.withExtensions (exts: [ exts.pass-genphrase exts.pass-otp exts.pass-import ]);
|
||||||
python-wp = pkgs.python310.withPackages (p: with p; [ setuptools pyaml requests latexify-py ]);
|
python-wp = pkgs.python310.withPackages (p: with p; [ setuptools pyaml requests latexify-py ]);
|
||||||
|
|
|
@ -149,7 +149,7 @@
|
||||||
ew = "emacsclient -c";
|
ew = "emacsclient -c";
|
||||||
l = "ls -1";
|
l = "ls -1";
|
||||||
np = "nix-shell -p";
|
np = "nix-shell -p";
|
||||||
nrs = lib.optionals pkgs.stdenv.isLinux "sudo nixos-rebuild switch --flake ${config.home.homeDirectory}/.config/dotfiles.nix#";
|
nrs = lib.mkIf pkgs.stdenv.isLinux "sudo nixos-rebuild switch --flake ${config.home.homeDirectory}/.config/dotfiles.nix#";
|
||||||
org = "z ${config.home.sessionVariables.ORGDIR}";
|
org = "z ${config.home.sessionVariables.ORGDIR}";
|
||||||
ubc = "z ${config.home.sessionVariables.UBCDIR}";
|
ubc = "z ${config.home.sessionVariables.UBCDIR}";
|
||||||
};
|
};
|
||||||
|
|
|
@ -22,13 +22,8 @@
|
||||||
darwin-zsh-completions
|
darwin-zsh-completions
|
||||||
discord
|
discord
|
||||||
freecad-mac
|
freecad-mac
|
||||||
gnused
|
|
||||||
iterm2
|
iterm2
|
||||||
pinentry-touchid
|
|
||||||
pinentry-mac
|
|
||||||
pngpaste
|
|
||||||
qbittorrent-mac
|
qbittorrent-mac
|
||||||
spoof-mac
|
|
||||||
spotify-mac
|
spotify-mac
|
||||||
utm
|
utm
|
||||||
vlc-mac
|
vlc-mac
|
||||||
|
|
|
@ -11,6 +11,8 @@
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [ mesa ];
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-label/nixos";
|
device = "/dev/disk/by-label/nixos";
|
||||||
|
|
Loading…
Add table
Reference in a new issue