Compare commits

...

2 commits

Author SHA1 Message Date
Bit Borealis 2d29038251
added some tools / armcord 2023-03-26 02:09:53 +00:00
Bit Borealis 339bb80bab
cleanup the imports 2023-03-25 23:11:30 +00:00
2 changed files with 7 additions and 6 deletions

View file

@ -1,12 +1,10 @@
# welcome to susOS config, run nixos-help if you need it .
{ config, pkgs, ... }:
let
unstable = let nixos-unstable =
builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz";
in (import nixos-unstable) { config.allowUnfree = true; };
home-manager = let home-manager-tar =
builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/master.tar.gz";
in (import "${home-manager-tar}/nixos");
unstableTarball = builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz";
unstable = import unstableTarball { config = { allowUnfree = true; }; };
homeManagerTarball = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/master.tar.gz";
home-manager = import "${homeManagerTarball}/nixos";
in {
imports = [
home-manager

View file

@ -15,6 +15,9 @@
termpdfpy
ripgrep
syncthing
armcord
ripgrep
tmate
btop
firefox
# apostrophe