Compare commits

..

No commits in common. "a0a6acf2808e5a48b7ae0a59fb760de254cb2488" and "3a6d18e50752c115909db17739c083e72252ea5d" have entirely different histories.

14 changed files with 63 additions and 30 deletions

View File

@ -1,6 +1,7 @@
{
config,
pkgs,
lib,
...
}: {
imports = [

View File

@ -4,6 +4,7 @@
{
config,
lib,
pkgs,
modulesPath,
...
}: {

View File

@ -1,4 +1,5 @@
{
config,
pkgs,
nix-xilinx,
system,

View File

@ -1,12 +1,16 @@
{
pkgs,
config,
lib,
inputs,
...
}: let
}:
let
qutebrowser_firejail = pkgs.writeShellScriptBin "qutebrowser" ''
firejail -- ${pkgs.qutebrowser}/bin/qutebrowser "$@"
'';
in {
in
with lib; {
imports = [./zsh.nix ./i3status-rust.nix ./sway.nix ./i3.nix ./home_packages.nix ./whatsapp-for-linux.nix];
home.stateVersion = "22.11";

View File

@ -1,4 +1,5 @@
{
config,
pkgs,
inputs,
system,

View File

@ -1,4 +1,9 @@
{...}: {
{
config,
lib,
pkgs,
...
}: {
programs.i3status-rust = {
bars.top = {
icons = "awesome5";

View File

@ -1,5 +1,6 @@
{
config,
lib,
pkgs,
inputs,
system,

View File

@ -1,4 +1,9 @@
{lib, ...}:
{
config,
pkgs,
lib,
...
}:
with lib; {
xdg.configFile."whatsapp-for-linux/settings.conf".source = builtins.toFile "settings.conf" (
generators.toINI {} {

View File

@ -1,4 +1,9 @@
{pkgs, ...}: {
{
config,
lib,
pkgs,
...
}: {
programs.z-lua = {
enableAliases = true;
enableZshIntegration = true;

View File

@ -2,7 +2,9 @@
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{
config,
lib,
pkgs,
modulesPath,
...
}: {

View File

@ -4,6 +4,8 @@
{
config,
pkgs,
lib,
sops-nix,
zremap,
system,
nvim,

View File

@ -2,7 +2,9 @@
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{
config,
lib,
pkgs,
modulesPath,
...
}: {

View File

@ -1,7 +1,9 @@
{
config,
pkgs,
lib,
nix-xilinx,
sops-nix,
system,
nvim,
zremap,

View File

@ -4,6 +4,7 @@
{
config,
lib,
pkgs,
modulesPath,
...
}: {