formatted everything with nixfmt
This commit is contained in:
parent
3675fbdcc1
commit
b42a379322
20 changed files with 343 additions and 240 deletions
|
@ -1,3 +1,4 @@
|
|||
{config, ... }: {
|
||||
{ config, ... }:
|
||||
{
|
||||
programs.honkers-railway-launcher.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
{ config, lib, pkgs, stablepkgs, ... }: {
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
stablepkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
# All packaged needed from nixos-unstable
|
||||
environment.systemPackages =
|
||||
environment.systemPackages =
|
||||
(with pkgs; [
|
||||
neovim # nano is installed by default
|
||||
wget
|
||||
|
@ -41,11 +48,11 @@
|
|||
ardour
|
||||
v4l-utils
|
||||
libreoffice
|
||||
])
|
||||
])
|
||||
|
||||
++
|
||||
++
|
||||
|
||||
(with stablepkgs; [
|
||||
# librewolf
|
||||
]);
|
||||
(with stablepkgs; [
|
||||
# librewolf
|
||||
]);
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{ config, pkgs, ... }: {
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
services.satisfactory = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{ config, ... }: {
|
||||
{ config, ... }:
|
||||
{
|
||||
stylix = {
|
||||
enable = true;
|
||||
# base16Scheme = "${pkgs.base16-schemes}/share/themes/icy.yaml";
|
||||
stylix.image = /home/blue/Pictures/wallpaper.png;
|
||||
# base16Scheme = "${pkgs.base16-schemes}/share/themes/icy.yaml";
|
||||
stylix.image = /home/blue/Pictures/wallpaper.png;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue