mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-23 04:37:01 -04:00
67 current 2024-04-24 18:07:33 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
2de128b3c1
commit
321a297638
2 changed files with 29 additions and 109 deletions
|
@ -1,5 +1,11 @@
|
|||
{ config, pkgs, inputs,... }:
|
||||
|
||||
# let
|
||||
# uns = import <nixos-unstable> {
|
||||
# config = {
|
||||
# allowUnfree = true;
|
||||
# };
|
||||
# }; in
|
||||
{
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = (pkg: true);
|
||||
|
@ -39,6 +45,7 @@ prismlauncher
|
|||
spotify
|
||||
vscodium
|
||||
vesktop
|
||||
# uns.vesktop
|
||||
kitty
|
||||
rofi
|
||||
go
|
||||
|
@ -53,6 +60,7 @@ prismlauncher
|
|||
temurin-bin-8
|
||||
protonvpn-gui
|
||||
# # It is sometimes useful to fine-tune packages, for example, by applying
|
||||
typescript
|
||||
# # overrides. You can do that directly here, just don't forget the
|
||||
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
|
||||
# # fonts?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue