Nix hm #1
7 changed files with 20 additions and 19 deletions
|
|
@ -1,14 +1,12 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
self,
|
||||
nix-homebrew,
|
||||
...
|
||||
}:
|
||||
{
|
||||
system = {
|
||||
# Just a stub value, change this to whatever your system requiers.
|
||||
stateVersion = 5;
|
||||
};
|
||||
|
||||
nix-homebrew.user = "larssonmartin1998-mac";
|
||||
# Just a stub value, change this to whatever your system requiers.
|
||||
nix-homebrew.user = "JohnDoe";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, homebrew, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
home = {
|
||||
file = {
|
||||
".config/sway".source = ../sway;
|
||||
};
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home = {
|
||||
file = {
|
||||
".config/sway".source = ../sway;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
{ ... }: {
|
||||
{ ... }:
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
{ ... }: {
|
||||
{ ... }:
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
{ nixos-wsl, ... }: {
|
||||
imports = [
|
||||
nixosWSL.nixosModules.default
|
||||
];
|
||||
{ nixos-wsl, ... }:
|
||||
{
|
||||
imports = [
|
||||
nixos-wsl.nixosModules.default
|
||||
];
|
||||
|
||||
wsl.enable = true;
|
||||
wsl.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ return {
|
|||
},
|
||||
},
|
||||
on_attach = function(_, bufnr)
|
||||
vim.notify("TJENA BBY")
|
||||
vim.bo[bufnr].tabstop = 2
|
||||
vim.bo[bufnr].shiftwidth = 2
|
||||
vim.bo[bufnr].softtabstop = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue